Replace deprecated UPPER_CONSTRAINTS_FILE variable

Change-Id: Ie43342e156e32aceae5af8630ea91830273923db
This commit is contained in:
zhangboye 2020-12-03 14:24:24 +08:00
parent 991e46c1c9
commit 3404a633e2

View File

@ -8,7 +8,7 @@ ignore_basepython_conflict = True
basepython = python3
usedevelop = True
whitelist_externals = rm
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages}
install_command = pip install -c{env:TOX_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages}
setenv =
VIRTUAL_ENV={envdir}
PYTHONWARNINGS=default::DeprecationWarning