Skip to content

Commit aeb6bbc

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Update TOX_CONSTRAINTS_FILE for stable/2025.1" into stable/2025.1
2 parents e78de74 + c5dc92b commit aeb6bbc

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/2025.1}
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/2025.1}
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/2025.1}
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/2025.1}
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)