Update UPPER_CONSTRAINTS_FILE for stable/ocata

Change-Id: Id4d0eaffcb016b6afde275c29eb31d80225ac012
This commit is contained in:
2017-02-06 23:32:49 +00:00
parent fed8f1d226
commit 7fe0f8f4fc

View File

@@ -10,7 +10,7 @@ setenv = VIRTUAL_ENV={envdir}
PYTHONHASHSEED=0
PYTHONWARNINGS=default::DeprecationWarning
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}
deps = -r{toxinidir}/test-requirements.txt