summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Release Bot <infra-root@openstack.org>2018-01-24 18:08:56 +0000
committerOpenStack Release Bot <infra-root@openstack.org>2018-01-24 18:08:56 +0000
commit5a48910e55b5ffa0e44a13d6b1ff99264e3c4734 (patch)
tree6417c27fe18ccdfb0f5fd951a5d002781ce6d888
parent8a45348c094edc2dd28d8a25dd69f387eada7941 (diff)
downloadoslo-vmware-5a48910e55b5ffa0e44a13d6b1ff99264e3c4734.tar.gz
Update UPPER_CONSTRAINTS_FILE for stable/queens
Change-Id: I747b962dacf3d0c178701bdd3200cf0aee4b6c65
-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