Update UPPER_CONSTRAINTS_FILE for stable/ocata

Change-Id: I7a705c7e67d24f96019c78c7f84f3b03357a80d2
This commit is contained in:
OpenStack Release Bot 2017-02-02 16:36:21 +00:00
parent 0ca0dfa200
commit 8c241b7169
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?h=master} {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}/requirements.txt
-r{toxinidir}/test-requirements.txt
setenv =