From 0a5c58af8dd9cd0df984141d499ec776beb39330 Mon Sep 17 00:00:00 2001 From: "wu.shiming" Date: Fri, 18 Dec 2020 17:22:16 +0800 Subject: [PATCH] Update TOX_CONSTRAINTS_FILE UPPER_CONSTRAINTS_FILE is old name and deprecated -https://zuul-ci.org/docs/zuul-jobs/python-roles.html#rolevar-tox.tox_constraints_file This allows to use lower-constraints file as more readable way instead of UPPER_CONSTRAINTS_FILE=. Change-Id: I1004a7b56409e6eb5fefa6868314cbb4f4647543 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 3229c81..1b85525 100644 --- a/tox.ini +++ b/tox.ini @@ -24,7 +24,7 @@ commands = stestr slowest sitepackages = True deps = - -c {env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt} + -c {env:TOX_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt} -r {toxinidir}/requirements.txt -r {toxinidir}/test-requirements.txt -r {toxinidir}/molecule-requirements.txt