Replace UPPER_CONSTRAINTS_FILE

It was deprecated in favor of TOX_CONSTRAINTS_FILE.

Change-Id: Ic85f7f3a1c466a2026d45b4af601cf721704379f
This commit is contained in:
Takashi Kajinami
2025-04-16 22:32:49 +09:00
parent 73fff9cf92
commit 6f07862fd4

View File

@@ -11,7 +11,7 @@ setenv =
OS_STDERR_CAPTURE=1
OS_TEST_TIMEOUT=60
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}/test-requirements.txt
commands = stestr run {posargs}
@@ -32,7 +32,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 -b html doc/source doc/build/html