Use TOX_CONSTRAINTS_FILE

UPPER_CONSTRAINTS_FILE is old name and deprecated
This allows to use upper-constraints file as more
readable way instead of UPPER_CONSTRAINTS_FILE=<lower-constraints file>.

Change-Id: Ic64ec2e5b6562de7ea901d62aab446c661d675e8
This commit is contained in:
LiZekun 2022-03-02 19:42:37 +08:00
parent dbb766218e
commit fa8888abf7
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ setenv =
passenv = *_proxy
*_PROXY
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}/test-requirements.txt
-r{toxinidir}/requirements.txt
whitelist_externals = bash