summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorDoug Hellmann <doug@doughellmann.com>2018-03-22 17:46:04 -0400
committerDoug Hellmann <doug@doughellmann.com>2018-03-22 17:46:04 -0400
commit6eeef0dd24e0787f6c2c58f63ae27872ad22ac47 (patch)
tree32c2207b2bd38577e6be0ed4b1664f92fd4dddbd /tox.ini
parent6e27a1d3f511001f13cd418daed59079babefc0b (diff)
downloadpython-designateclient-6eeef0dd24e0787f6c2c58f63ae27872ad22ac47.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: Ib3db492e715ab98d8f4adfe58780824cf30ace15 Depends-On: https://review.openstack.org/555034 Signed-off-by: Doug Hellmann <doug@doughellmann.com>
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini7
1 files changed, 7 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 0fa1b2e..7a8a819 100644
--- a/tox.ini
+++ b/tox.ini
@@ -71,3 +71,10 @@ commands = sphinx-build -a -E -d releasenotes/build/doctrees -b html releasenote
ignore = H105, H302,H402,H404,H405,H904
builtins = _
exclude = .venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,tools
+
+[testenv:lower-constraints]
+basepython = python3
+deps =
+ -c{toxinidir}/lower-constraints.txt
+ -r{toxinidir}/test-requirements.txt
+ -r{toxinidir}/requirements.txt