Update UPPER_CONSTRAINTS_FILE for stable/ocata

Change-Id: I10b8dfe4c7c3b90035b2785d1142d79e585a7a17
This commit is contained in:
OpenStack Release Bot 2017-02-05 23:48:14 +00:00
parent 5afbaa2edc
commit 8dbfcb5b14
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ setenv = VIRTUAL_ENV={envdir}
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} \
-c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/ocata} \
-U {opts} {packages}
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt