Update TOX_CONSTRAINTS_FILE for unmaintained/2023.1

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 unmaintained/2023.1 branch, tests will
continue to use the upper-constraints list on master.

Change-Id: Ie38fa3c32815b355e4765c8e1926250e03bb3b3c
This commit is contained in:
OpenStack Release Bot 2025-01-22 17:26:23 +00:00
parent fb89d605e7
commit dbb94bb936

View File

@ -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.1}
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.1}
commands =
sphinx-build -a -E -W -d releasenotes/build/doctrees --keep-going -b html releasenotes/source releasenotes/build/html