Update UPPER_CONSTRAINTS_FILE for stable/pike

Change-Id: I5a642691d7251302d97aab700b389e8a28860822
This commit is contained in:
OpenStack Release Bot 2017-08-14 16:53:00 +00:00
parent 9942c61b61
commit 22d71422b1
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,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/pike} {opts} {packages}
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands =