We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b538892 + 501fd11 commit 8dbaafeCopy full SHA for 8dbaafe
test_fast.sh
@@ -1 +1 @@
1
-nosetests -A "not slow" pandas --with-id $*
+nosetests -A "not slow and not network" pandas --with-id $*
test_multi.sh
-nosetests -A "not slow" pandas --processes=4 $*
+nosetests -A "not slow and not network" pandas --processes=4 $*
0 commit comments