From e5d35ba65cf1a58efb7893f0733598894752ede5 Mon Sep 17 00:00:00 2001 From: Riccardo Pittau Date: Tue, 13 Jul 2021 14:34:36 +0200 Subject: Add lower-constraints job to current development branch The lower-constraints test was removed becuase of an issue where pip could not correctly determine the required packages versions to install, ending in an almost infinite loop that would end up in timeout, failure, and general mayhem. Recently the issue has been fixed and, if properly configured, the lower-constraints test can provide good indication of which minimum versions are required to support the current code. This patch adds the test back to the current development branch. The long term goal is to keep the lower-constraints file in the stable branches, but remove the test job to avoid issues during backports. Change-Id: I5fff32ec5dd1a045116bcf02349650b1f5e3a196 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index 8dc5b4e9e..1656b920b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -197,6 +197,6 @@ tag_svn_revision = 0 guru_meditation_reports = oslo.reports>=1.18.0 # Apache-2.0 i18n = - oslo.i18n>=3.15.3 # Apache-2.0 + oslo.i18n>=3.20.0 # Apache-2.0 devstack = virtualbmc>=1.4.0 # Apache-2.0 -- cgit v1.2.1