Replace UPPER_CONSTRAINTS_FILE

It was deprecated in favor of TOX_CONSTRAINTS_FILE.

Also fix inconsistent indentations.

Change-Id: I5bc2350a4ebed3454375f796a6127c2d5973704b
This commit is contained in:
Takashi Kajinami
2025-04-16 22:34:07 +09:00
parent 0ba674d8c5
commit 095db41584

View File

@@ -15,7 +15,7 @@ setenv =
OS_TEST_TIMEOUT=500
allowlist_externals = find
deps =
-c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands =
@@ -40,7 +40,7 @@ commands =
[testenv:docs]
deps =
-c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-r{toxinidir}/doc/requirements.txt
commands =
sphinx-build -W --keep-going -b html -d doc/build/doctrees doc/source doc/build/html
@@ -58,7 +58,7 @@ commands = oslo_debug_helper {posargs}
[testenv:releasenotes]
deps =
-c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-r{toxinidir}/doc/requirements.txt
commands =
rm -rf releasenotes/build