From 5741575c4f49be9b71b7d42e2ad23ea8f470340b Mon Sep 17 00:00:00 2001 From: OpenStack Release Bot Date: Thu, 7 Dec 2023 11:12:20 +0000 Subject: [PATCH] Update TOX_CONSTRAINTS_FILE for stable/2023.2 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/2023.2 branch, tests will continue to use the upper-constraints list on master. Change-Id: I130ec0922483348244ed1af9ef40a9a7c409d6b1 --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index c99596b..3b7f9d2 100644 --- a/tox.ini +++ b/tox.ini @@ -33,7 +33,7 @@ setenv = [testenv:docs] deps = -r{toxinidir}/doc/requirements.txt - -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} + -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/2023.2} commands = bash -c "rm -rf doc/build" doc8 doc @@ -53,7 +53,7 @@ extensions = .rst [testenv:releasenotes] deps = -r{toxinidir}/doc/requirements.txt - -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} + -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/2023.2} commands = sphinx-build -a -E -W -d releasenotes/build/doctrees --keep-going -b html releasenotes/source releasenotes/build/html