use stable/liberty upper-constraints

Move from master upper-constraints to stable/liberty upper-constraints

NOTE(mriedem): This is a cherry pick from mitaka but I've re-worded
the commit message to make a bit more sense in a liberty context.

Change-Id: Iaa3cb727a9dc7099b768a87d90204f8f1e72406a
(cherry picked from commit b3d76750a5)
This commit is contained in:
Mark McDonagh 2016-05-04 16:35:45 +01:00 committed by Matt Riedemann
parent a3fad78d26
commit 46d92cb0ba
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ skipsdist = True
[testenv]
setenv = VIRTUAL_ENV={envdir}
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/liberty} {opts} {packages}
deps = -r{toxinidir}/test-requirements.txt
commands = lockutils-wrapper python setup.py testr --slowest --testr-args='{posargs}'
whitelist_externals = bash