Replace UPPER_CONSTRAINTS_FILE
It was deprecated in favor of TOX_CONSTRAINTS_FILE. Change-Id: I160b35f60419a9a5874bd5e69516eeb0794c1df4
This commit is contained in:
2
tox.ini
2
tox.ini
@ -7,7 +7,7 @@ ignore_basepython_conflict = True
|
||||
[testenv]
|
||||
basepython = python3
|
||||
usedevelop = True
|
||||
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} {opts} {packages}
|
||||
install_command = pip install -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} {opts} {packages}
|
||||
setenv =
|
||||
PYTHONWARNINGS=default::DeprecationWarning
|
||||
deps =
|
||||
|
Reference in New Issue
Block a user