From d0472412dd14e55c1a2ad72bd72f3cc738784238 Mon Sep 17 00:00:00 2001 From: jiaqi07 Date: Thu, 28 Jul 2022 19:50:03 +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: I841ad4ad1b35e97180914f3d5307910bef9f02dc --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 723df6d..e7e1648 100644 --- a/tox.ini +++ b/tox.ini @@ -9,7 +9,7 @@ ignore_basepython_conflict = True basepython = python3 usedevelop = False install_command = - pip install -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} {opts} {packages} + pip install -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} {opts} {packages} commands = /usr/bin/find . -type f -name "*.pyc" -delete passenv =