diff options
author | Doug Hellmann <doug@doughellmann.com> | 2018-03-22 15:14:44 -0400 |
---|---|---|
committer | Doug Hellmann <doug@doughellmann.com> | 2018-03-22 15:14:44 -0400 |
commit | 03885b5675c47eb864bb1e1ffea183886a056a40 (patch) | |
tree | 7a87267d5687457a217798d75877335099028bda /tox.ini | |
parent | 81add13373d430e855cdda064cf01391915e02bf (diff) |
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: I5f9a218429c1efc1fddae1945aef7110c4e031ee
Depends-On: https://review.openstack.org/555034
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
Notes
Notes (review):
Code-Review+2: Tom Barron <tpb@dyncloud.net>
Code-Review+1: Huifeng Qin <huifeng_qin@163.com>
Code-Review+1: Victoria Martinez de la Cruz <victoria@redhat.com>
Code-Review+2: xing-yang <xingyang105@gmail.com>
Workflow+1: xing-yang <xingyang105@gmail.com>
Verified+2: Zuul
Submitted-by: Zuul
Submitted-at: Sun, 25 Mar 2018 04:30:40 +0000
Reviewed-on: https://review.openstack.org/555760
Project: openstack/manila
Branch: refs/heads/master
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -130,3 +130,10 @@ exclude = .git,.tox,.testrepository,.venv,build,cover,dist,doc,*egg,api-ref/buil | |||
130 | import_exceptions = | 130 | import_exceptions = |
131 | manila.i18n | 131 | manila.i18n |
132 | local-check-factory = manila.hacking.checks.factory | 132 | local-check-factory = manila.hacking.checks.factory |
133 | |||
134 | [testenv:lower-constraints] | ||
135 | basepython = python3 | ||
136 | deps = | ||
137 | -c{toxinidir}/lower-constraints.txt | ||
138 | -r{toxinidir}/test-requirements.txt | ||
139 | -r{toxinidir}/requirements.txt | ||