Update UPPER_CONSTRAINTS_FILE for stable/pike

Change-Id: Ib6b9f9de7a1cd5eae9cb983485009c629bcf49af
This commit is contained in:
OpenStack Release Bot 2017-08-23 16:09:13 +00:00
parent c07333760c
commit f67b7295b7
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,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}
pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/pike} -U {opts} {packages}
whitelist_externals = bash
find
rm