Skip to content

Commit 501fd11

Browse files
committed
TST: test_fast.sh and test_multi.sh should skip network tests
1 parent b538892 commit 501fd11

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)