Skip to content

Commit 3ed85d7

Browse files
Update TOX_CONSTRAINTS_FILE for stable/2023.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/2023.2 branch, tests will continue to use the upper-constraints list on master. Change-Id: I1796b04902a2ad870f550c548194fbca4ac1eb21
1 parent d683e3e commit 3ed85d7

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
@@ -9,7 +9,7 @@ setenv =
99
OS_STDERR_CAPTURE=1
1010
OS_TEST_TIMEOUT=60
1111
deps =
12-
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
12+
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/2023.2}
1313
-r{toxinidir}/test-requirements.txt
1414
-r{toxinidir}/requirements.txt
1515
commands =
@@ -80,7 +80,7 @@ commands =
8080

8181
[testenv:venv]
8282
deps =
83-
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
83+
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/2023.2}
8484
-r{toxinidir}/requirements.txt
8585
-r{toxinidir}/doc/requirements.txt
8686
commands =
@@ -104,7 +104,7 @@ commands =
104104

105105
[testenv:docs]
106106
deps =
107-
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
107+
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/2023.2}
108108
-r{toxinidir}/doc/requirements.txt
109109
commands =
110110
sphinx-build -a -E -W -d doc/build/doctrees -b html doc/source doc/build/html
@@ -114,7 +114,7 @@ commands =
114114

115115
[testenv:releasenotes]
116116
deps =
117-
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
117+
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/2023.2}
118118
-r{toxinidir}/doc/requirements.txt
119119
commands =
120120
sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html

0 commit comments

Comments
 (0)