Skip to content

Commit 3010383

Browse files
pengyueshenglukapeschke
authored andcommitted
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: Iae676c4bbd00836cc6dce0f083f7aa308bbfc372
1 parent d660bef commit 3010383

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

.zuul.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040

4141
- project:
4242
templates:
43+
- openstack-lower-constraints-jobs
4344
- check-requirements
4445
- openstack-cover-jobs
4546
- openstack-python-jobs

tox.ini

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,10 @@ deps =
6262
-c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt}
6363
-r{toxinidir}/doc/requirements.txt
6464
commands = sphinx-build -a -E -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
65+
66+
[testenv:lower-constraints]
67+
basepython = python3
68+
deps =
69+
-c{toxinidir}/lower-constraints.txt
70+
-r{toxinidir}/test-requirements.txt
71+
-r{toxinidir}/requirements.txt

0 commit comments

Comments
 (0)