Skip to content

Commit f74c885

Browse files
Update TOX_CONSTRAINTS_FILE for stable/2024.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/2024.2 branch, tests will continue to use the upper-constraints list on master. Change-Id: I23254d63d6f87a11e1b633ac7f7756f46625533d
1 parent f13a007 commit f74c885

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tox.ini

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ setenv =
1111
OS_STDERR_CAPTURE=1
1212
OS_TEST_TIMEOUT=60
1313
deps =
14-
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
14+
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/2024.2}
1515
-r{toxinidir}/test-requirements.txt
1616
-r{toxinidir}/requirements.txt
1717
commands =
@@ -63,7 +63,7 @@ commands =
6363
description =
6464
Run specified command in a virtual environment with all dependencies installed.
6565
deps =
66-
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
66+
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/2024.2}
6767
-r{toxinidir}/requirements.txt
6868
-r{toxinidir}/doc/requirements.txt
6969
commands =
@@ -93,7 +93,7 @@ commands =
9393
description =
9494
Build documentation in HTML format.
9595
deps =
96-
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
96+
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/2024.2}
9797
-r{toxinidir}/doc/requirements.txt
9898
commands =
9999
sphinx-build -a -E -W -d doc/build/doctrees -b html doc/source doc/build/html
@@ -105,7 +105,7 @@ commands =
105105
description =
106106
Build release note documentation in HTML format.
107107
deps =
108-
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
108+
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/2024.2}
109109
-r{toxinidir}/doc/requirements.txt
110110
commands =
111111
sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html

0 commit comments

Comments
 (0)