diff options
author | Doug Hellmann <doug@doughellmann.com> | 2018-03-22 17:40:50 -0400 |
---|---|---|
committer | Doug Hellmann <doug@doughellmann.com> | 2018-03-24 21:03:05 -0400 |
commit | 9460095d7dabf6c6e1faa0565cf816f4d785ac69 (patch) | |
tree | f33ef7f94a7f27367cfc115183ee4bfb9df7c943 /tox.ini | |
parent | 039b03aa7575efc7e62f59b1410e85b3a7d7b4d3 (diff) | |
download | oslotest-9460095d7dabf6c6e1faa0565cf816f4d785ac69.tar.gz |
add lower-constraints job3.4.0
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: Idf28fdf830bf9524df8fbeb684658719bccf4f0a
Depends-On: https://review.openstack.org/555034
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -34,3 +34,10 @@ import_exceptions = [testenv:releasenotes] commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html + +[testenv:lower-constraints] +basepython = python3 +deps = + -c{toxinidir}/lower-constraints.txt + -r{toxinidir}/test-requirements.txt + -r{toxinidir}/requirements.txt |