Skip to content

Commit 8dbaafe

Browse files
committed
Merge pull request #5265 from cpcloud/update-test-fast-script-no-network
TST: test_fast.sh and test_multi.sh should skip network tests
2 parents b538892 + 501fd11 commit 8dbaafe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test_fast.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
nosetests -A "not slow" pandas --with-id $*
1+
nosetests -A "not slow and not network" pandas --with-id $*

test_multi.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
nosetests -A "not slow" pandas --processes=4 $*
1+
nosetests -A "not slow and not network" pandas --processes=4 $*

0 commit comments

Comments
 (0)