From fb7d54543fd69e046a5136ca4028f4e128b947c2 Mon Sep 17 00:00:00 2001 From: Vishakha Agarwal Date: Fri, 24 Jul 2020 19:58:30 +0530 Subject: [PATCH] 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) (cherry picked from commit 300e79e93b9966e988ec92a74bf9b49b71d77d1b) --- lower-constraints.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/lower-constraints.txt b/lower-constraints.txt index bf8470e177..6ccbdc2302 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;python_version=='2.7' python-memcached==1.58;python_version>='3.4'