From 078839732cf32d5436f0ed62d6249ddd3641d65b Mon Sep 17 00:00:00 2001 From: OpenStack Release Bot Date: Wed, 24 Jan 2018 18:02:18 +0000 Subject: [PATCH] Update UPPER_CONSTRAINTS_FILE for stable/queens Change-Id: Ic7cc3df5096dad79f35f81d7fe4d0571640cb965 --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 130271caf..bc1048a63 100644 --- a/tox.ini +++ b/tox.ini @@ -14,7 +14,7 @@ setenv = install_command = pip install {opts} {packages} deps = - -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} + -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/queens} -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt @@ -43,7 +43,7 @@ commands = [testenv:pylint] deps = - -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} + -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/queens} -r{toxinidir}/requirements.txt pylint==0.26.0 commands = bash tools/lintstack.sh