From f05d554e3412a95490e6e26d3420e238db6f185c Mon Sep 17 00:00:00 2001 From: likui Date: Thu, 29 Oct 2020 19:48:10 +0800 Subject: [PATCH] Update requirements URLs in tox config Update the URL to the upper-constraints file to point to the redirect rule on releases.openstack.org so will switch to the correct upper-constraints list automatically when the requirements repository branches. Change-Id: Ia69a02b539230e65e25da65d5d76a9f650490256 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 4c2eab55..b794c834 100644 --- a/tox.ini +++ b/tox.ini @@ -15,7 +15,7 @@ commands = stestr run {posargs} stestr slowest deps = - -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/upper-constraints.txt} + -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} -r{toxinidir}/test-requirements.txt -r{toxinidir}/requirements.txt