summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoman Podoliaka <rpodolyaka@mirantis.com>2017-04-21 16:11:08 +0300
committerRoman Podoliaka <rpodolyaka@mirantis.com>2017-04-21 16:11:08 +0300
commit9c731d51e3d7417cd9ff006d884ba5e57d8bdea6 (patch)
treed2dbb2f0fca98d41519cbad46d40f9ee09d295df
parent0c2d99e2ac99e2c7a341ae20902b4a7683c30ea7 (diff)
downloadpython-novaclient-9c731d51e3d7417cd9ff006d884ba5e57d8bdea6.tar.gz
Update UPPER_CONSTRAINTS_FILE for stable/newton6.0.1
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
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index d8de9905..e515ed6e 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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