From 9e96739c854cd597cf2ed19efb29c31a5d30e240 Mon Sep 17 00:00:00 2001 From: niuke Date: Tue, 8 Aug 2023 17:35:47 +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: I3793933504f301af105f8aa49a28f91f425d9219 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index d8cbc02..83fbcd1 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 =