From d9666d8900f90ef79d704478dde622b09b8ccfd1 Mon Sep 17 00:00:00 2001 From: OpenStack Release Bot Date: Tue, 2 Feb 2021 12:41:15 +0000 Subject: [PATCH] Update TOX_CONSTRAINTS_FILE for stable/ussuri Update the URL to the upper-constraints file to point to the redirect rule on releases.openstack.org so that anyone working on this branch will switch to the correct upper-constraints list automatically when the requirements repository branches. Until the requirements repository has as stable/ussuri branch, tests will continue to use the upper-constraints list on master. Change-Id: I3845698c37a70aa5e0431e33133f5302fa58f4a6 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 395da85..4691e1d 100644 --- a/tox.ini +++ b/tox.ini @@ -6,7 +6,7 @@ envlist = linters [testenv] usedevelop = True install_command = - pip install -c{env:TOX_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt} {opts} {packages} + pip install -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/ussuri} {opts} {packages} deps = -r{toxinidir}/test-requirements.txt commands =