Replace deprecated UPPER_CONSTRAINTS_FILE variable

Change-Id: Ia77ee72f8205b65714f14cf5e0408226a85cdd09
This commit is contained in:
zhoulinhui 2020-11-10 13:11:51 +08:00
parent b26acee034
commit 8fc16df8c0
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ ignore_basepython_conflict = True
basepython = python3
usedevelop = True
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 =
@ -117,7 +117,7 @@ commands =
[testenv:molecule]
setenv =
UPPER_CONSTRAINTS_FILE=/dev/null
TOX_CONSTRAINTS_FILE=/dev/null
deps =
ansi2html # GPL (soft-dependency of pytest-html)
docker>=3.7 # Apache