Skip to content

Commit b883990

Browse files
Update TOX_CONSTRAINTS_FILE for stable/2026.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 stable/2026.1 branch, tests will continue to use the upper-constraints list on master. Change-Id: I9d1b0e9bdeac729e720ce6283c73a4772ebebef2 Signed-off-by: OpenStack Release Bot <[email protected]> Generated-By: openstack/project-config:roles/copy-release-tools-scripts/files/release-tools/functions
1 parent f5a7c61 commit b883990

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ commands = bash -c "find {toxinidir} \
3535

3636
[testenv:docs]
3737
deps =
38-
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
38+
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/2026.1}
3939
-r{toxinidir}/doc/requirements.txt
4040
allowlist_externals = bash
4141
setenv =

0 commit comments

Comments
 (0)