Replace deprecated UPPER_CONSTRAINTS_FILE variable

Change-Id: I5cbe5609ff3de717b624f89b76d999fb58ce3390
This commit is contained in:
zhangboye 2020-12-03 14:33:05 +08:00
parent 4f1705d994
commit 329b9fedd1
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ setenv = VIRTUAL_ENV={envdir}
LANGUAGE=en_US
LC_ALL=en_US.utf-8
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
-r{toxinidir}/test-requirements.txt
commands =