summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVishakha Agarwal <agarwalvishakha18@gmail.com>2020-07-24 19:58:30 +0530
committerColleen Murphy <colleen@gazlene.net>2020-08-04 17:17:34 +0000
commit300e79e93b9966e988ec92a74bf9b49b71d77d1b (patch)
tree8f6d1302497a5a961bf30a29a03dd620ddf85373
parent624c2101ce2919431f93cfab4db58249c25ebd00 (diff)
downloadkeystone-300e79e93b9966e988ec92a74bf9b49b71d77d1b.tar.gz
Fix lower-constraint for PyMySQL
keystone does not have any lower constraint for PyMySQL so the latest version 0.10.0 is picked by the job which is failing [1] In OpenStack, PyMySQL upper constraint is .9.3 means that version is tested not 0.10.0 [2] let's add PyMySQL lower constraint also so that we test lower-constraint job with correct lower version. [1]https://zuul.opendev.org/t/openstack/build/3077d96f4fff4b7985cb763d0635d471/log/job-output.txt#621 [2]https://github.com/openstack/requirements/blob/master/upper-constraints.txt#L384 Change-Id: I3834b3b34641c006c70614d5331d292c41f8a346 Closes-Bug: #1888886 (cherry picked from commit 3de085b1eb9750cb0d0d25cb468250cf34804eaf)
-rw-r--r--lower-constraints.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/lower-constraints.txt b/lower-constraints.txt
index 9404d82f7..cbc7bef25 100644
--- a/lower-constraints.txt
+++ b/lower-constraints.txt
@@ -50,6 +50,7 @@ python-ldap===3.0.0
pymongo===3.0.2
pysaml2==4.5.0
PyJWT==1.6.1
+PyMySQL==0.7.6
python-keystoneclient==3.8.0
python-memcached===1.56
pytz==2013.6