summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Release Bot <infra-root@openstack.org>2017-07-28 21:03:17 +0000
committerOpenStack Release Bot <infra-root@openstack.org>2017-07-28 21:03:17 +0000
commitaa133a52957801fde1362b3a63f6d77fea829793 (patch)
treed6dcc7ede4b9d6968a3f6a224ef2f6895d89a457
parent0eb56cdce1edf166f37018db77217f002363e8bf (diff)
downloadglance_store-aa133a52957801fde1362b3a63f6d77fea829793.tar.gz
Update UPPER_CONSTRAINTS_FILE for stable/pike
Change-Id: I26ffd8c01690edb76025ebc423939239fb3e88c4
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 986aaee..2e5a2f8 100644
--- a/tox.ini
+++ b/tox.ini
@@ -6,7 +6,7 @@ skipsdist = True
[testenv]
setenv = VIRTUAL_ENV={envdir}
usedevelop = True
-install_command = {toxinidir}/tools/tox_install.sh {env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} --allow-all-external --allow-insecure netaddr -U {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/pike} --allow-all-external --allow-insecure netaddr -U {opts} {packages}
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
.[vmware,swift,cinder]