From 3bede83d0f51dc3d95260aa276876f3800cb1e95 Mon Sep 17 00:00:00 2001 From: "Antoine R. Dumont (@ardumont)" <ardumont@softwareheritage.org> Date: Thu, 28 Jan 2021 10:46:06 +0100 Subject: [PATCH] tox.ini: Work around build failure due to upstream release This fixes the master build [1] [1] https://jenkins.softwareheritage.org/job/DLS/job/tests/1210/console --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index e89201a4..75fc54f9 100644 --- a/tox.ini +++ b/tox.ini @@ -7,6 +7,7 @@ extras = deps = swh.core[http] >= 0.0.61 swh.scheduler[testing] >= 0.5.0 + amqp != 5.0.4 pytest-cov dev: ipdb commands = -- GitLab