summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColleen Murphy <colleen.murphy@suse.com>2020-09-22 15:24:55 -0700
committerColleen Murphy <colleen.murphy@suse.com>2020-09-30 16:00:48 -0700
commitc202bd506a5832c3417a28b28e4a6906a1369863 (patch)
tree4afb0e5fc6c7bdf3fa47ea7b15c7da508db1995a
parentd5870f69c12c034dd97b164345e85e6259ee7abe (diff)
downloadkeystone-c202bd506a5832c3417a28b28e4a6906a1369863.tar.gz
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)
-rw-r--r--lower-constraints.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/lower-constraints.txt b/lower-constraints.txt
index cbc7bef25..e118c119f 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