Update UPPER_CONSTRAINTS_FILE for stable/newton

Not sure why this wasn't done when the u-c were introduced back in
I8be883215f27abb58d15b85e8542cbdf32000bac , but without this unit
tests currently fail due to a newer version of keystoneauth1.

Change-Id: I0dbeb2ff057c0f6bf00d27d4f1e2662e59d046bc
This commit is contained in:
Roman Podoliaka 2017-04-21 16:11:08 +03:00
parent 0c2d99e2ac
commit 9c731d51e3
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ whitelist_externals = find
bash
passenv = ZUUL_CACHE_DIR
REQUIREMENTS_PIP_LOCATION
install_command = {toxinidir}/tools/tox_install.sh {env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages}
install_command = {toxinidir}/tools/tox_install.sh {env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/newton} {opts} {packages}
setenv = VIRTUAL_ENV={envdir}
BRANCH_NAME=stable/newton
CLIENT_NAME=python-novaclient