Update UPPER_CONSTRAINTS_FILE for stable/ocata

Change-Id: Iccd1703e9329fc980ff8a2ef2699c7e9a9cf026d
This commit is contained in:
OpenStack Release Bot 2017-02-13 22:25:07 +00:00
parent 7ea807050c
commit 3d820ce059
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ envlist = py35,py34,py27,func,pep8
[testenv]
usedevelop = True
install_command = pip install -U -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages}
install_command = pip install -U -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/ocata} {opts} {packages}
setenv =
VIRTUAL_ENV={envdir}
OS_TEST_PATH=./ironic_python_agent/tests/unit