summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Release Bot <infra-root@openstack.org>2018-01-24 18:00:16 +0000
committerOpenStack Release Bot <infra-root@openstack.org>2018-01-24 18:00:16 +0000
commite559e35d5ad4aa1de568b100aad6b9c7cfeacb46 (patch)
tree71aa1a57baf8b86336b93e48bcbec76a401e9075
parenta32309c327076c4ab6ad63b748ef4fbbbb8a602b (diff)
downloadglance_store-e559e35d5ad4aa1de568b100aad6b9c7cfeacb46.tar.gz
Update UPPER_CONSTRAINTS_FILE for stable/queens
Change-Id: I0e7865324812f0f8eafed7d4add06b423a93d718
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 986aaee..77408cf 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/queens} --allow-all-external --allow-insecure netaddr -U {opts} {packages}
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
.[vmware,swift,cinder]