summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorDoug Hellmann <doug@doughellmann.com>2018-03-22 08:56:52 -0400
committerStephen Finucane <stephenfin@redhat.com>2018-03-29 16:07:24 +0000
commit7b0374d680d50c67112e1220761a1a68d6606b48 (patch)
tree85ca04c3404f6e11436892859faecb0ccb5141e2 /tox.ini
parent10fce39a7b0c100d982d1d987eed57e31bfb9779 (diff)
downloadpbr-7b0374d680d50c67112e1220761a1a68d6606b48.tar.gz
add lower-constraints job4.0.1
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. See http://lists.openstack.org/pipermail/openstack-dev/2018-March/128352.html for more details. Change-Id: Ic5a53fede983d15b8873708f213a87ce0f182277 Depends-On: https://review.openstack.org/555034 Signed-off-by: Doug Hellmann <doug@doughellmann.com>
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini7
1 files changed, 7 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index e449267..9fc050a 100644
--- a/tox.ini
+++ b/tox.ini
@@ -39,3 +39,10 @@ commands = {posargs}
ignore = H803,H904
exclude = .venv,.tox,dist,doc,*.egg,build
show-source = true
+
+[testenv:lower-constraints]
+basepython = python3
+deps =
+ -c{toxinidir}/lower-constraints.txt
+ -r{toxinidir}/test-requirements.txt
+