Replace deprecated UPPER_CONSTRAINTS_FILE variable

Change-Id: Ie493394f7f18e8007935d92c4fccb7c8d58a91d9
This commit is contained in:
zhangboye 2020-12-03 14:35:11 +08:00
parent e33745b74c
commit d93098deec
1 changed files with 1 additions and 1 deletions

View File

@ -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}