summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Release Bot <infra-root@openstack.org>2018-02-01 16:34:13 +0000
committerOpenStack Release Bot <infra-root@openstack.org>2018-02-01 16:34:13 +0000
commit4005e52ee1a20e0d6f313be88eaebf3b4765275b (patch)
tree7e1f91ab45be6c67795fdb9be6c990589a4c944a
parent965a8b5334230bffb01fc0fe4b09dac5f49968e5 (diff)
downloadpython-heatclient-4005e52ee1a20e0d6f313be88eaebf3b4765275b.tar.gz
Update UPPER_CONSTRAINTS_FILE for stable/queens
Change-Id: I1b390324197a3ccfdb71d7baf642250d69433459
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 5f8d8b5..da5af58 100644
--- a/tox.ini
+++ b/tox.ini
@@ -9,7 +9,7 @@ setenv = VIRTUAL_ENV={envdir}
usedevelop = True
install_command = pip install {opts} {packages}
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}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands = find . -type f -name "*.py[c|o]" -delete