Replace deprecated UPPER_CONSTRAINTS_FILE variable

Change-Id: I649ae7090692a2486a3fc4475a7ac6cf92421877
This commit is contained in:
zhoulinhui 2020-11-10 13:12:07 +08:00
parent de94cbb648
commit eb2f69cfb2
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ ignore_basepython_conflict = True
basepython = python3
usedevelop = True
deps =
-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}/requirements.txt
commands =
/usr/bin/find . -type f -name "*.pyc" -delete