From 9f28d5654a4adc50ccbba217344f7d0381f220fd Mon Sep 17 00:00:00 2001 From: LiZekun <2954674728@qq.com> Date: Wed, 9 Feb 2022 15:54:02 +0800 Subject: [PATCH] Use TOX_CONSTRAINTS_FILE UPPER_CONSTRAINTS_FILE is old name and deprecated This allows to use upper-constraints file as more readable way instead of UPPER_CONSTRAINTS_FILE=. Change-Id: I84d8f96178486ec694b7732dbce637b302c7278f --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 1849abe..131403a 100644 --- a/tox.ini +++ b/tox.ini @@ -16,7 +16,7 @@ setenv = PYTHONDONTWRITEBYTECODE=1 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 =