Skip to content

Commit b92d460

Browse files
committed
Update test script
Do not run rate-limit tests by default
1 parent 107c4a3 commit b92d460

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@ fi
4343
# Run the test suite
4444
if [ ${all} ] || [ ${test} ]; then
4545
echo "==> Running the test suite"
46-
py.test
46+
py.test -s -m "not ratelimit"
4747
fi

0 commit comments

Comments
 (0)