mirror of
https://github.com/home-assistant/core.git
synced 2025-07-10 06:47:09 +00:00
Make pytest in tox quite (#21727)
This commit is contained in:
parent
a85119ac09
commit
38a93afa66
4
tox.ini
4
tox.ini
@ -5,7 +5,7 @@ skip_missing_interpreters = True
|
|||||||
[testenv]
|
[testenv]
|
||||||
basepython = {env:PYTHON3_PATH:python3}
|
basepython = {env:PYTHON3_PATH:python3}
|
||||||
commands =
|
commands =
|
||||||
pytest --timeout=9 --duration=10 {posargs}
|
pytest --timeout=9 --duration=10 -qq -o console_output_style=count -p no:sugar {posargs}
|
||||||
{toxinidir}/script/check_dirty
|
{toxinidir}/script/check_dirty
|
||||||
deps =
|
deps =
|
||||||
-r{toxinidir}/requirements_test_all.txt
|
-r{toxinidir}/requirements_test_all.txt
|
||||||
@ -13,7 +13,7 @@ deps =
|
|||||||
|
|
||||||
[testenv:cov]
|
[testenv:cov]
|
||||||
commands =
|
commands =
|
||||||
pytest --timeout=9 --duration=10 --cov --cov-report= {posargs}
|
pytest --timeout=9 --duration=10 -qq -o console_output_style=count -p no:sugar --cov --cov-report= {posargs}
|
||||||
{toxinidir}/script/check_dirty
|
{toxinidir}/script/check_dirty
|
||||||
deps =
|
deps =
|
||||||
-r{toxinidir}/requirements_test_all.txt
|
-r{toxinidir}/requirements_test_all.txt
|
||||||
|
Loading…
x
Reference in New Issue
Block a user