Skip to content

Commit

Permalink
Make pytest in tox quite (home-assistant#21727)
Browse files Browse the repository at this point in the history
  • Loading branch information
awarecan authored Mar 7, 2019
1 parent a85119a commit 38a93af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ skip_missing_interpreters = True
[testenv]
basepython = {env:PYTHON3_PATH:python3}
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
deps =
-r{toxinidir}/requirements_test_all.txt
-c{toxinidir}/homeassistant/package_constraints.txt

[testenv:cov]
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
deps =
-r{toxinidir}/requirements_test_all.txt
Expand Down

0 comments on commit 38a93af

Please sign in to comment.