From 501fd11d4cb34bbd9ae26fd38fc7c46e87a5d84e Mon Sep 17 00:00:00 2001 From: Phillip Cloud Date: Sat, 19 Oct 2013 12:44:02 -0400 Subject: [PATCH] TST: test_fast.sh and test_multi.sh should skip network tests --- test_fast.sh | 2 +- test_multi.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 $*