Update UPPER_CONSTRAINTS_FILE for stable/ocata

Change-Id: Iefaa2f13fd49bbaa32a33d822846f744283af6c3
This commit is contained in:
OpenStack Release Bot 2017-02-13 22:25:50 +00:00
parent 62073ad0e4
commit babc2b6fc3
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ envlist = py35,py34,py27,pep8,func
[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/ocata} {opts} {packages}
deps =
-r{toxinidir}/test-requirements.txt
-r{toxinidir}/plugin-requirements.txt