Update UPPER_CONSTRAINTS_FILE for stable/pike

Change-Id: I4f7bcef60964afdaed864f88117e95c9b28f79bd
This commit is contained in:
2017-07-28 21:06:33 +00:00
parent 539274919f
commit d16cb45fc6

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} -U {opts} {packages}
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/pike} -U {opts} {packages}
setenv =
VIRTUAL_ENV={envdir}
deps = -r{toxinidir}/requirements.txt