Use TOX instead of deprecated UPPER constraints
Replace deprecated UPPER_CONSTRAINTS_FILE with new shiny TOX_CONSTRAINTS_FILE More info: https://zuul-ci.org/docs/zuul-jobs/python-roles.html#rolevar-tox.tox_constraints_file Change-Id: Ic3bc378b30b69ee6c5c3bdd77806cf5494e9009e
This commit is contained in:
parent
1f61fc1eca
commit
e084348582
2
tox.ini
2
tox.ini
@ -11,7 +11,7 @@ setenv =
|
||||
VIRTUAL_ENV={envdir}
|
||||
PYTHONWARNINGS=default::DeprecationWarning
|
||||
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
|
||||
commands = stestr run {posargs}
|
||||
|
Loading…
Reference in New Issue
Block a user