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:
committed by
Luka Peschke
parent
7ea4dda98e
commit
4acc592694
@@ -76,6 +76,7 @@
|
||||
|
||||
- project:
|
||||
templates:
|
||||
- openstack-lower-constraints-jobs
|
||||
- check-requirements
|
||||
- openstack-cover-jobs
|
||||
- openstack-python-jobs
|
||||
|
||||
7
tox.ini
7
tox.ini
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user