summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Release Bot <infra-root@openstack.org>2017-02-02 17:40:16 +0000
committerOpenStack Release Bot <infra-root@openstack.org>2017-02-02 17:40:16 +0000
commit59cad6271724b3578e3a779fb4501fc5175efb34 (patch)
tree8b27081d9a8f900ef826d4c533dfcfde835f7a17
parentd8f851f82c9ac6e5cd755e9b47131b63e9265c55 (diff)
downloadheat-59cad6271724b3578e3a779fb4501fc5175efb34.tar.gz
Update UPPER_CONSTRAINTS_FILE for stable/ocata
Change-Id: Ic76c4ac83a1e2eee251b9c0f615be86c71ee73dc
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 9871a879c..374164ecd 100644
--- a/tox.ini
+++ b/tox.ini
@@ -8,7 +8,7 @@ setenv = VIRTUAL_ENV={envdir}
OS_TEST_PATH=heat/tests
TESTR_START_DIR=heat/tests
usedevelop = True
-install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages}
+install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/ocata} {opts} {packages}
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands =