From e08434858206c21a0fbab0655ecabf70ac135718 Mon Sep 17 00:00:00 2001 From: Riccardo Pittau Date: Sat, 7 Nov 2020 19:14:46 +0100 Subject: [PATCH] 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 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 37b7d874..a854dd53 100644 --- a/tox.ini +++ b/tox.ini @@ -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}