Skip to content

Commit c33774d

Browse files
committed
Disable rate limit testing for CI tests
Waiting for the rate limit to hit is taking way too long, plus CI runs 3+ test suits for the different supported versions (taking way to long…).
1 parent 66205dc commit c33774d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ tests: toxtest lint ;
3131

3232
.PHONY : ci
3333
ci :
34-
pytest
34+
pytest -m "not ratelimit"
3535

3636
.PHONY : toxtest
3737
toxtest : local/environment.sh tox.ini

0 commit comments

Comments
 (0)