Skip to content

Commit e32f708

Browse files
committed
chore: Block messed up celery release
1 parent 36ed64e commit e32f708

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,8 @@ deps =
120120
celery-4.1: Celery>=4.1,<4.2
121121
celery-4.2: Celery>=4.2,<4.3
122122
celery-4.3: Celery>=4.3,<4.4
123-
celery-4.4: Celery>=4.4,<4.5
123+
# https://github.com/celery/celery/issues/6153
124+
celery-4.4: Celery>=4.4,<4.5,!=4.4.4
124125

125126
requests: requests>=2.0
126127

0 commit comments

Comments
 (0)