Update UPPER_CONSTRAINTS_FILE for stable/ocata

Change-Id: Ie9b3d1b827d88cef2029f6af4ffe38f1da2e3e75
This commit is contained in:
OpenStack Release Bot 2017-02-03 18:58:51 +00:00
parent ebe58b08fa
commit e35b3a1ca9
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ envlist = docs,linters,functional
[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}
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
commands =