From c202bd506a5832c3417a28b28e4a6906a1369863 Mon Sep 17 00:00:00 2001 From: Colleen Murphy Date: Tue, 22 Sep 2020 15:24:55 -0700 Subject: [PATCH] Add vine to lower-constraints The newest vine release (5.0.0) is incompatible with the version of amqp used on stable branches and results in test errors[1]: "AttributeError: False does not have the attribute 'info'" Ensure the lower-constraints tox environment uses the same version of vine as defined in upper-constraints.txt. [1] https://zuul.opendev.org/t/openstack/build/78dfcdd4272241459fb904aa70600e5b Depends-on: https://review.opendev.org/755405 Change-Id: I4b9b11b89e9f4120ae4b7fb8e213628dd9e8121c (cherry picked from commit 06e58fcea036fbe95b6a2802a471e8913c0b25e4) --- lower-constraints.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/lower-constraints.txt b/lower-constraints.txt index cbc7bef257..e118c119fd 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -65,6 +65,7 @@ stevedore==1.20.0 tempest==17.1.0 testtools==2.2.0 urllib3==1.22 +vine==1.3.0 WebOb==1.7.1 WebTest==2.0.27 Werkzeug==0.14.1