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.
1 parent 107c4a3 commit b92d460Copy full SHA for b92d460
script/test
@@ -43,5 +43,5 @@ fi
43
# Run the test suite
44
if [ ${all} ] || [ ${test} ]; then
45
echo "==> Running the test suite"
46
- py.test
+ py.test -s -m "not ratelimit"
47
fi
0 commit comments