Skip to content

Commit 06315b9

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: I9aad306326ad3aefe0c0801f3a1749bac379cdf8
1 parent 4e9f638 commit 06315b9

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
@@ -15,7 +15,7 @@ setenv =
1515
OS_STDERR_CAPTURE=1
1616
OS_TEST_TIMEOUT=60
1717
deps =
18-
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
18+
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/2023.1}
1919
-r{toxinidir}/test-requirements.txt
2020
-r{toxinidir}/requirements.txt
2121
commands = stestr run {posargs}
@@ -98,7 +98,7 @@ commands =
9898

9999
[testenv:venv]
100100
deps =
101-
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
101+
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/2023.1}
102102
-r{toxinidir}/requirements.txt
103103
-r{toxinidir}/doc/requirements.txt
104104
commands = {posargs}
@@ -121,7 +121,7 @@ commands =
121121

122122
[testenv:docs]
123123
deps =
124-
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
124+
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/2023.1}
125125
-r{toxinidir}/doc/requirements.txt
126126
commands =
127127
sphinx-build -a -E -W -d doc/build/doctrees -b html doc/source doc/build/html
@@ -131,7 +131,7 @@ commands =
131131

132132
[testenv:releasenotes]
133133
deps =
134-
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
134+
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/2023.1}
135135
-r{toxinidir}/doc/requirements.txt
136136
commands =
137137
sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html

0 commit comments

Comments
 (0)