summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2018-08-31 21:44:13 +0000
committerGerrit Code Review <review@openstack.org>2018-08-31 21:44:13 +0000
commit2d215cdab1d3c170c05c74549ddef9bcff4b520c (patch)
tree3cec04a1309deef2cdabea0702c18dece89a657a
parent316631220e83cd9ea491a6d61e0dc118b14a037d (diff)
parent5a48910e55b5ffa0e44a13d6b1ff99264e3c4734 (diff)
downloadoslo-vmware-2d215cdab1d3c170c05c74549ddef9bcff4b520c.tar.gz
Merge "Update UPPER_CONSTRAINTS_FILE for stable/queens" into stable/queens
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 004cf98..a5be08d 100644
--- a/tox.ini
+++ b/tox.ini
@@ -7,7 +7,7 @@ install_command = pip install {opts} {packages}
whitelist_externals = find
rm
deps =
- -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt}
+ -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/queens}
-r{toxinidir}/test-requirements.txt
-r{toxinidir}/requirements.txt
commands = python setup.py testr --slowest --testr-args='{posargs}'
@@ -20,7 +20,7 @@ commands =
[testenv:pylint]
deps =
- -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt}
+ -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/queens}
-r{toxinidir}/test-requirements.txt
-r{toxinidir}/requirements.txt
pylint>=1.3.0