From b5ed14f90a8214700a9be2139d9e7aba82baaa99 Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Thu, 22 Mar 2018 18:04:06 -0400 Subject: add lower-constraints job Create a tox environment for running the unit tests against the lower bounds of the dependencies. Create a lower-constraints.txt to be used to enforce the lower bounds in those tests. Add openstack-tox-lower-constraints job to the zuul configuration. Update the dependencies needed to make the unit tests pass while constrained to the lower bounds. See http://lists.openstack.org/pipermail/openstack-dev/2018-March/128352.html for more details. Co-Authored-By: Nguyen Hai Change-Id: I2a8f465c8b08370517cbec857933b08fca94ca38 Depends-On: https://review.openstack.org/555034 Signed-off-by: Doug Hellmann --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index e4963db..f20bbca 100644 --- a/setup.cfg +++ b/setup.cfg @@ -34,7 +34,7 @@ data_files = [extras] keystone = - python-keystoneclient>=0.7.0 + python-keystoneclient>=3.8.0 # Apache-2.0 [entry_points] console_scripts = -- cgit v1.2.1