summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorDoug Hellmann <doug@doughellmann.com>2018-03-22 17:42:34 -0400
committerBen Nemec <openstack@nemebean.com>2018-05-10 15:26:45 +0000
commit40641244765de167cda6b4d1bff664fcec757cea (patch)
treeb64183805a416c62d221c8fd865280c01ab1a274 /tox.ini
parent19583c041eaf49ddb824ca16310da75983f57c12 (diff)
downloadpycadf-40641244765de167cda6b4d1bff664fcec757cea.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: I44a46d05b5818c30657f123ae714b4189c506aae 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 1ac233c..7423a30 100644
--- a/tox.ini
+++ b/tox.ini
@@ -45,3 +45,10 @@ show-source = True
# D401: First line should be in imperative mood
ignore = H405,D100,D101,D102,D103,D104,D105,D200,D202,D203,D204,D205,D208,D400,D401
exclude = .tox,dist,doc,*.egg,build
+
+[testenv:lower-constraints]
+basepython = python3
+deps =
+ -c{toxinidir}/lower-constraints.txt
+ -r{toxinidir}/test-requirements.txt
+ -r{toxinidir}/requirements.txt