Skip to content

Commit 0b29878

Browse files
Update TOX_CONSTRAINTS_FILE for stable/2025.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/2025.1 branch, tests will continue to use the upper-constraints list on master. Change-Id: I22aecd09b1337e39e43837121882bd50f2a4bbca
1 parent eb2e6f8 commit 0b29878

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ usedevelop = False
102102
[testenv:docs]
103103
allowlist_externals =
104104
sphinx-build
105-
deps = -c{env:TOX_CONSTRAINTS_FILE:{toxinidir}/upper-constraints.txt}
105+
deps = -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/2025.1}
106106
-r{toxinidir}/doc/requirements.txt
107107
commands = sphinx-build -W -b html doc/source doc/build/html
108108

0 commit comments

Comments
 (0)