Update UPPER_CONSTRAINTS_FILE for stable/pike

Change-Id: I465466da2b716347974c607a3d3807c65819e4a7
This commit is contained in:
OpenStack Release Bot 2017-08-16 08:53:39 +00:00
parent 7be0ad05b3
commit b6144beef0
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ envlist = py35,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/pike} {opts} {packages}
setenv =
VIRTUAL_ENV={envdir}
OS_TEST_PATH=./ironic_python_agent/tests/unit