Skip to content

Commit 0953bf8

Browse files
committed
Merge pull request #65 from chrish42/nosetests-tweaks
Also flag test_crs_compat as a slow test.
2 parents 5532c66 + 96ae446 commit 0953bf8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

patsy/mgcv_cubic_splines.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -815,6 +815,7 @@ def test_crs_compat():
815815
start_idx = stop_idx + 1
816816
assert tests_ran == R_crs_num_tests
817817

818+
test_crs_compat.slow = True
818819

819820
def test_crs_with_specific_constraint():
820821
from patsy.highlevel import incr_dbuilder, build_design_matrices, dmatrix

0 commit comments

Comments
 (0)