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 66205dc commit c33774dCopy full SHA for c33774d
Makefile
@@ -31,7 +31,7 @@ tests: toxtest lint ;
31
32
.PHONY : ci
33
ci :
34
- pytest
+ pytest -m "not ratelimit"
35
36
.PHONY : toxtest
37
toxtest : local/environment.sh tox.ini
0 commit comments