Update UPPER_CONSTRAINTS_FILE for stable/newton

Change-Id: I619478bf83dfb55018bf69c0d9de5bb7bd2db646
This commit is contained in:
Doug Hellmann 2016-09-19 13:57:34 -04:00
parent ea53cc46cd
commit a10ac080c7
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/newton} -U {opts} {packages}
whitelist_externals = bash
find
rm