diff --git a/test_fast.sh b/test_fast.sh index 2ae736e952839..b390705f901ad 100755 --- a/test_fast.sh +++ b/test_fast.sh @@ -1 +1 @@ -nosetests -A "not slow" pandas --with-id $* +nosetests -A "not slow and not network" pandas --with-id $* diff --git a/test_multi.sh b/test_multi.sh index 550f86bdb7b7b..5d77945c66a26 100755 --- a/test_multi.sh +++ b/test_multi.sh @@ -1 +1 @@ -nosetests -A "not slow" pandas --processes=4 $* +nosetests -A "not slow and not network" pandas --processes=4 $*