Skip to content

Commit ba34164

Browse files
authored
Merge pull request #4644 from stsewd/downgrade-celery
Downgrade celery
2 parents b37e771 + 52d32ce commit ba34164

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

requirements/pip.txt

+3-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@ defusedxml==0.5.0
4141

4242
# Basic tools
4343
redis==2.10.6
44-
celery==4.2.1
44+
# Celery 4.2 is incompatible with our code
45+
# when ALWAYS_EAGER = True
46+
celery==4.1.1
4547

4648
# django-allauth 0.33.0 dropped support for Django 1.9
4749
# https://django-allauth.readthedocs.io/en/latest/release-notes.html#backwards-incompatible-changes

0 commit comments

Comments
 (0)