diff options
author | Doug Hellmann <doug@doughellmann.com> | 2018-03-22 12:40:31 -0400 |
---|---|---|
committer | Doug Hellmann <doug@doughellmann.com> | 2018-03-22 12:40:31 -0400 |
commit | 337d83ccde425b9093c5ec4e0465db3c018be68f (patch) | |
tree | c9d19201e090ae3e96dca2c4577ee8e4e2b42cd8 /tox.ini | |
parent | bf3b68ff64aa0f8912e0f25cbe5396d9e9ce0d05 (diff) | |
download | heat-337d83ccde425b9093c5ec4e0465db3c018be68f.tar.gz |
add lower-constraints job
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: I72fd5f8c87133713cd272de210b7e957880f48f9
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
@@ -117,3 +117,10 @@ commands = oslo_debug_helper {posargs} [testenv:releasenotes] deps = -r{toxinidir}/doc/requirements.txt 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 |