From ebff12ba1e97dbaa29fcdeb4ddcd18167ed8678f Mon Sep 17 00:00:00 2001 From: "Antoine R. Dumont (@ardumont)" Date: Mon, 7 Dec 2020 09:10:34 +0100 Subject: [PATCH] requirement: Adapt celery requirements 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] https://github.com/celery/celery/issues/6521 [2] https://jenkins.softwareheritage.org/job/DSCH/job/tests/1132/console --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 483689c..c99f97d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ attrs attrs-strict -celery >= 4.3 +celery >= 4.3, != 5.0.3 Click elasticsearch > 5.4 flask