Skip to content

Commit 23fac10

Browse files
committed
Restrict pytest-celery to <1
Our tests don't work on pytest-celery v1 currently, so restrict the version until we have time to fix them on the new version
1 parent adbe15e commit 23fac10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ deps=
4848
bottle: bottle
4949
celery4: celery>=4,<5
5050
celery5: celery>=5,<6
51-
celery5: pytest-celery
51+
celery5: pytest-celery<1
5252
py37-celery{4,5}: importlib_metadata<5
5353
flask: flask
5454
flask: blinker

0 commit comments

Comments
 (0)