Replace UPPER_CONSTRAINTS_FILE

It was deprecated in favor of TOX_CONSTRAINTS_FILE.

Change-Id: I160b35f60419a9a5874bd5e69516eeb0794c1df4
This commit is contained in:
Takashi Kajinami
2025-04-16 22:28:25 +09:00
parent 044f7630b2
commit e7263fbe4e

View File

@ -7,7 +7,7 @@ ignore_basepython_conflict = True
[testenv]
basepython = python3
usedevelop = True
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} {opts} {packages}
install_command = pip install -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} {opts} {packages}
setenv =
PYTHONWARNINGS=default::DeprecationWarning
deps =