Update UPPER_CONSTRAINTS_FILE for stable/ocata

Change-Id: Ia257efedd1495c1c367459771ea80a99494c7e0c
This commit is contained in:
Doug Hellmann 2017-02-20 10:20:54 -05:00
parent 11fd736914
commit 9b68566dd9
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} {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}
setenv =
VIRTUAL_ENV={envdir}
deps = -r{toxinidir}/test-requirements.txt