From 8dbef0e39fa0fde0cd91c28479301d41053a01ba Mon Sep 17 00:00:00 2001 From: Tin Lam Date: Sun, 3 May 2020 06:41:27 -0500 Subject: [PATCH] chore(tox): update tox.ini This updates to use TOX_CONSTRAINTS_FILE instead of UPPER_CONSTRAINTS_FILE since the latter is obsolete. Change-Id: I5be335d6aec053b58694610865513bf6c5488fb2 Signed-off-by: Tin Lam --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 3493885747..7681adf8d1 100644 --- a/tox.ini +++ b/tox.ini @@ -7,7 +7,7 @@ ignore_basepython_conflict = True [testenv] basepython = python3 setenv = VIRTUAL_ENV={envdir} -deps = -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} +deps = -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} passenv = *_proxy *_PROXY [testenv:venv]