Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 579c71d

Browse files
Update TOX_CONSTRAINTS_FILE for stable/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 stable/2023.1 branch, tests will continue to use the upper-constraints list on master. Change-Id: Ic8de91fb370bfd52b3fb9738ffddd5c52f91566d
1 parent afb40ad commit 579c71d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ commands =
5454

5555
[testenv:docs]
5656
usedevelop = False
57-
deps = -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
57+
deps = -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/2023.1}
5858
-r{toxinidir}/doc/requirements.txt
5959
commands=
6060
sphinx-build -W -b html doc/source doc/build/html -W
@@ -87,7 +87,7 @@ commands = bindep test
8787

8888
[testenv:releasenotes]
8989
usedevelop = False
90-
deps = -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
90+
deps = -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/2023.1}
9191
-r{toxinidir}/doc/requirements.txt
9292
commands = sphinx-build -a -W -E -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
9393

0 commit comments

Comments
 (0)