summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorRiccardo Pittau <elfosardo@gmail.com>2021-08-12 11:58:35 +0200
committerRiccardo Pittau <elfosardo@gmail.com>2021-08-12 11:58:35 +0200
commit61b46c3401fc3382b9d0daaee4f84dac70d50bab (patch)
tree46ecc426addf5c71e077524daa2cb582f9c77e67 /tox.ini
parent2d813b3c70f425d7d1abf53d2379a6ad3b602dda (diff)
downloadpython-ironicclient-61b46c3401fc3382b9d0daaee4f84dac70d50bab.tar.gz
Add lower-constraints job to current development branch
The lower-constraints test was removed because 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, and it runs only on master. The lower-constraints file will stay in the future stable branches. Adjust min versions in requirements.txt accordingly. Change-Id: I3678c29fb090244f5e00208e4dcc8f1ad8a54ff5
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini6
1 files changed, 6 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 7c8ba32..e75a412 100644
--- a/tox.ini
+++ b/tox.ini
@@ -91,3 +91,9 @@ application-import-names = ironicclient
[hacking]
import_exceptions = testtools.matchers, ironicclient.common.i18n
+
+[testenv:lower-constraints]
+deps =
+ -c{toxinidir}/lower-constraints.txt
+ -r{toxinidir}/test-requirements.txt
+ -r{toxinidir}/requirements.txt