summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorDoug Hellmann <doug@doughellmann.com>2018-03-22 17:35:56 -0400
committerDoug Hellmann <doug@doughellmann.com>2018-03-26 11:36:11 -0400
commit7326192b96f32d07dd6296e05e6d0a74689cb7a0 (patch)
tree902f01befe7f9944afc228f3730f522bd5f674b8 /tox.ini
parentfca263c43c85c29ee9c1b57b767552c0c613a72e (diff)
downloadoslo-messaging-7326192b96f32d07dd6296e05e6d0a74689cb7a0.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: I8991c2ab1c880c401fd807e38565258403af05e8 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 66882de..19a5c68 100644
--- a/tox.ini
+++ b/tox.ini
@@ -119,3 +119,10 @@ deps = -r{toxinidir}/doc/requirements.txt
[testenv:bindep]
deps = bindep
commands = bindep {posargs}
+
+[testenv:lower-constraints]
+basepython = python3
+deps =
+ -c{toxinidir}/lower-constraints.txt
+ -r{toxinidir}/test-requirements.txt
+ -r{toxinidir}/requirements.txt