From 0bd7a1d6eab1414d19121b4da0c0f3ada33d13ed Mon Sep 17 00:00:00 2001 From: niuke Date: Tue, 8 Aug 2023 17:29:37 +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: Ibb3bba877312b6aae5c4b31247957ee3899011c7 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index a206293..b88906f 100644 --- a/tox.ini +++ b/tox.ini @@ -34,7 +34,7 @@ setenv = [testenv:docs] 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}/doc/requirements.txt commands= bash -c "rm -rf doc/build"