From d93098deec05b0485fccb1be8a6b61aa1bf7ec6f Mon Sep 17 00:00:00 2001 From: zhangboye Date: Thu, 3 Dec 2020 14:35:11 +0800 Subject: [PATCH] Replace deprecated UPPER_CONSTRAINTS_FILE variable Change-Id: Ie493394f7f18e8007935d92c4fccb7c8d58a91d9 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 231b1bad..ba37e3ee 100644 --- a/tox.ini +++ b/tox.ini @@ -14,7 +14,7 @@ install_command = pip install {opts} {packages} # Install also sitemap scraping tool, not installed by default # therefore not in requirements file deps = scrapy>=1.0.0 - -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}/test-requirements.txt -r{toxinidir}/requirements.txt commands = stestr run --slowest {posargs}