Tweak pytest-durations CI parameters (#82918)
This commit is contained in:
parent
424febbbed
commit
7ebd279e14
1 changed files with 1 additions and 3 deletions
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
|
@ -842,7 +842,6 @@ jobs:
|
||||||
python3 -X dev -m pytest \
|
python3 -X dev -m pytest \
|
||||||
-qq \
|
-qq \
|
||||||
--timeout=9 \
|
--timeout=9 \
|
||||||
--durations=10 \
|
|
||||||
-n auto \
|
-n auto \
|
||||||
--cov="homeassistant.components.${{ matrix.group }}" \
|
--cov="homeassistant.components.${{ matrix.group }}" \
|
||||||
--cov-report=xml \
|
--cov-report=xml \
|
||||||
|
@ -950,8 +949,7 @@ jobs:
|
||||||
--cov-report=xml \
|
--cov-report=xml \
|
||||||
--cov-report=term-missing \
|
--cov-report=term-missing \
|
||||||
-o console_output_style=count \
|
-o console_output_style=count \
|
||||||
--durations=0 \
|
--durations=10 \
|
||||||
--durations-min=10 \
|
|
||||||
-p no:sugar \
|
-p no:sugar \
|
||||||
--dburl=mysql://root:password@127.0.0.1/homeassistant-test \
|
--dburl=mysql://root:password@127.0.0.1/homeassistant-test \
|
||||||
tests/components/recorder
|
tests/components/recorder
|
||||||
|
|
Loading…
Add table
Reference in a new issue