Add lower-constraints job

create a tox environment for running the unit tests against the lower
bounds of the dependencies.

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: Iac8d78c191763121cc580c5cdb070b2673e39c99
This commit is contained in:
pengyuesheng
2019-07-03 11:33:07 +08:00
committed by Luka Peschke
parent 7ea4dda98e
commit 4acc592694
2 changed files with 8 additions and 0 deletions

View File

@@ -76,6 +76,7 @@
- project:
templates:
- openstack-lower-constraints-jobs
- check-requirements
- openstack-cover-jobs
- openstack-python-jobs

View File

@@ -75,3 +75,10 @@ local-check-factory = cloudkitty.hacking.checks.factory
[testenv:releasenotes]
basepython = python3
commands = sphinx-build -a -E -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