Update UPPER_CONSTRAINTS_FILE for stable/ocata

Change-Id: I8a2cefda2c553f776fbed8847bc9b6a992db94b7
This commit is contained in:
OpenStack Release Bot 2017-02-14 15:32:39 +00:00
parent 3fc00fb9de
commit 905e82d311
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ skipsdist = True
[testenv]
usedevelop = True
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} -U {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} -U {opts} {packages}
setenv = VIRTUAL_ENV={envdir}
NOSE_WITH_OPENSTACK=1
NOSE_OPENSTACK_COLOR=1