From 9d538ffe0f4c4ff0633d94977099b915e90f8185 Mon Sep 17 00:00:00 2001 From: OpenStack Release Bot Date: Wed, 15 Sep 2021 02:11:10 +0000 Subject: [PATCH] Update TOX_CONSTRAINTS_FILE for stable/xena 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/xena branch, tests will continue to use the upper-constraints list on master. Change-Id: I385eca2b2abeaf02850a025f16fb9bbe73940473 --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 11f7237..f5ee6f3 100644 --- a/tox.ini +++ b/tox.ini @@ -14,7 +14,7 @@ setenv = NOSE_OPENSTACK_SHOW_ELAPSED=1 PYTHONWARNINGS=default::DeprecationWarning deps = - -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} + -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/xena} -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt commands = @@ -86,7 +86,7 @@ basepython = python3 whitelist_externals = rm deps = - -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} + -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/xena} -r{toxinidir}/doc/requirements.txt commands= rm -rf doc/build