Skip to content

Commit

Permalink
Fix lower-constraint for PyMySQL
Browse files Browse the repository at this point in the history
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
  • Loading branch information
agarwalvishakha18 committed Jul 24, 2020
1 parent dc68ee4 commit 3de085b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lower-constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,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
Expand Down

0 comments on commit 3de085b

Please sign in to comment.