Skip to content

Commit

Permalink
requirement: Adapt celery requirements
Browse files Browse the repository at this point in the history
This adapts the celery requirements to the last known where our builds are
fine. Currently, 5.0.3 got released and this ends up making all the swh modules
relying on tasks timeout. A bug upstream is opened [1].

In the mean time, this workaround fixes [2] and most probably the remaining swh
builds.

[1] celery/celery#6521

[2] https://jenkins.softwareheritage.org/job/DSCH/job/tests/1132/console
  • Loading branch information
ardumont committed Dec 7, 2020
1 parent 3c87075 commit ebff12b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -4,7 +4,7 @@

attrs
attrs-strict
celery >= 4.3
celery >= 4.3, != 5.0.3
Click
elasticsearch > 5.4
flask
Expand Down

0 comments on commit ebff12b

Please sign in to comment.