Use TOX instead of deprecated UPPER constraints

Replace deprecated UPPER_CONSTRAINTS_FILE with new shiny
TOX_CONSTRAINTS_FILE
More info:
https://zuul-ci.org/docs/zuul-jobs/python-roles.html#rolevar-tox.tox_constraints_file

Change-Id: Ic3bc378b30b69ee6c5c3bdd77806cf5494e9009e
This commit is contained in:
Riccardo Pittau 2020-11-07 19:14:46 +01:00
parent 1f61fc1eca
commit e084348582

View File

@ -11,7 +11,7 @@ setenv =
VIRTUAL_ENV={envdir}
PYTHONWARNINGS=default::DeprecationWarning
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
-r{toxinidir}/requirements.txt
commands = stestr run {posargs}