diff options
| author | Doug Hellmann <doug@doughellmann.com> | 2018-03-22 17:59:45 -0400 |
|---|---|---|
| committer | Doug Hellmann <doug@doughellmann.com> | 2018-03-25 11:27:13 -0400 |
| commit | bf32cdf3a92e88cd90b42f1b5bfa6ed212542a39 (patch) | |
| tree | 5cb2646a5bc88a8b7b80efba2b2302ee54367852 /tox.ini | |
| parent | 3f99dbac342b52ccecc78c32f54047b18726e320 (diff) | |
| download | python-openstackclient-bf32cdf3a92e88cd90b42f1b5bfa6ed212542a39.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: I4a4ca9726fab1d0cf9a33311201b7f65951a0942
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
@@ -133,3 +133,10 @@ exclude = .git,.tox,dist,doc,*lib/python*,*egg,build,tools ignore = __ import-order-style = pep8 application_import_names = openstackclient + +[testenv:lower-constraints] +basepython = python3 +deps = + -c{toxinidir}/lower-constraints.txt + -r{toxinidir}/test-requirements.txt + -r{toxinidir}/requirements.txt |
