Update UPPER_CONSTRAINTS_FILE for stable/pike

Change-Id: I453ae1575d2dad4b724d96cfc6ebf5c5b2a2a3be
This commit is contained in:
OpenStack Release Bot
2017-08-11 01:09:58 +00:00
parent 3d542472f6
commit e1e17ab0b9

View File

@@ -7,7 +7,7 @@ skipsdist = True
usedevelop = True
whitelist_externals = find
rm
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/pike} {opts} {packages}
setenv =
VIRTUAL_ENV={envdir}
deps = -r{toxinidir}/test-requirements.txt