summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorRiccardo Pittau <elfosardo@gmail.com>2021-07-13 14:34:36 +0200
committerRiccardo Pittau <elfosardo@gmail.com>2021-07-30 14:20:28 +0200
commite5d35ba65cf1a58efb7893f0733598894752ede5 (patch)
tree34917ed4a47f54d09e732a81cc3d5e5cb4393075 /setup.cfg
parentb39989f50e0181625e45f81063f4893f3e3fc63d (diff)
downloadironic-e5d35ba65cf1a58efb7893f0733598894752ede5.tar.gz
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
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
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