Use TOX_CONSTRAINTS_FILE

UPPER_CONSTRAINTS_FILE is deprecated [1]

[1] https://zuul-ci.org/docs/zuul-jobs/python-roles.html#rolevar-tox.tox_constraints_file

Change-Id: I1a6362909c457c140a8eafa476bb525ee1d006e1
This commit is contained in:
Jake Yip 2023-02-16 22:34:05 +11:00 committed by Jake Yip
parent ef63e2e1bb
commit 31a6c8fc43
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ setenv =
VIRTUAL_ENV={envdir}
PYTHONWARNINGS=default::DeprecationWarning
deps =
-c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt}
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands =