Update UPPER_CONSTRAINTS_FILE for stable/ocata

Change-Id: Id3b3aa1ec50765359aff38dd934de0e53dc182cd
This commit is contained in:
OpenStack Release Bot 2017-02-02 14:42:00 +00:00
parent a1653aa593
commit 1133d81fa7
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} {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}
setenv =
VIRTUAL_ENV={envdir}
deps =