From 32b129761b3ca32b9d7cba65e92dce3f6e6a7797 Mon Sep 17 00:00:00 2001 From: pengyuesheng Date: Mon, 23 Sep 2019 16:13:30 +0800 Subject: [PATCH] Update the constraints url For more detail, see http://lists.openstack.org/pipermail/openstack-discuss/2019-May/006478.html Change-Id: If50cb6b9a4ff04ed96f4ce39fc952f7e8238fa45 --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 5d7c52581..b59a8b61d 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://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt} + -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt @@ -49,7 +49,7 @@ commands = [testenv:pylint] basepython = python3 deps = - -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt} + -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} -r{toxinidir}/requirements.txt pylint==0.26.0 commands = bash tools/lintstack.sh