Replace UPPER_CONSTRAINTS_FILE

It was deprecated in favor of TOX_CONSTRAINTS_FILE.

Change-Id: I4529ee423704fbdedfce5ba963c16102b3607c97
This commit is contained in:
Takashi Kajinami
2025-04-16 22:32:10 +09:00
parent 0cfbbfce03
commit 3bbd464510

View File

@@ -8,7 +8,7 @@ skipsdist = True
basepython = python3
usedevelop = True
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 --slowest {posargs}
@@ -33,7 +33,7 @@ commands =
allowlist_externals =
rm
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 doc/build doc/source/reference/api