From 84661f9159fcf17623a426a77053a8508f565172 Mon Sep 17 00:00:00 2001 From: Michael Beaver Date: Wed, 2 Oct 2019 10:40:10 -0500 Subject: [PATCH] Pin back amqp version There are failures with the gates that need the amqp version to be pinned back for now reference https://github.com/celery/kombu/commit/b51d1d678e198a80d7e5fd95f32674c7d8e04a75 Change-Id: Ifba9fb1f5a102d6d490a32be23ac23185089774d --- test-requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test-requirements.txt b/test-requirements.txt index 8090de56..daa18e64 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -2,6 +2,7 @@ # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. +amqp==2.5.1 coverage==4.5.1 fixtures==3.0.0 python-subunit==1.3.0