Merge "Use tox env variables in coverage tests"

This commit is contained in:
Zuul 2023-06-29 16:48:22 +00:00 committed by Gerrit Code Review
commit 1d9e9b6e77

View File

@ -62,8 +62,7 @@ commands =
{toxinidir}/tools/check-releasenotes.py
[testenv:cover]
setenv = VIRTUAL_ENV={envdir}
LANGUAGE=en_US
setenv = {[testenv]setenv}
PYTHON=coverage run --source ironic --omit='*tests*' --parallel-mode
commands =
coverage erase