summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Release Bot <infra-root@openstack.org>2018-01-24 18:05:33 +0000
committerOpenStack Release Bot <infra-root@openstack.org>2018-01-24 18:05:33 +0000
commit265452840eb733b79871afaeb72de3ebd8fc8a3e (patch)
treeebd051a3d4fe73b58ec2ae2fe2f89b959bdc4218
parent35d11027a41aace0a416e78f11976e4a50d6259e (diff)
downloadoslo-log-265452840eb733b79871afaeb72de3ebd8fc8a3e.tar.gz
Update UPPER_CONSTRAINTS_FILE for stable/queens
Change-Id: Ia20085eff0a6ab6e50d9b944d92da18cf24dcf74
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 89cc9c0..371ad30 100644
--- a/tox.ini
+++ b/tox.ini
@@ -7,7 +7,7 @@ setenv =
VIRTUAL_ENV={envdir}
BRANCH_NAME=master
CLIENT_NAME=oslo.log
-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/queens} {opts} {packages}
deps = -r{toxinidir}/test-requirements.txt
-e.[fixtures]
commands =