Skip to content

Commit

Permalink
Use long option for pytest numprocesses (home-assistant#128354)
Browse files Browse the repository at this point in the history
  • Loading branch information
epenet authored Oct 14, 2024
1 parent f41494b commit f9dfc64
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -944,7 +944,7 @@ jobs:
-qq \
--timeout=9 \
--durations=10 \
-n auto \
--numprocesses auto \
--dist=loadfile \
${cov_params[@]} \
-o console_output_style=count \
Expand Down Expand Up @@ -1066,7 +1066,7 @@ jobs:
python3 -b -X dev -m pytest \
-qq \
--timeout=20 \
-n 1 \
--numprocesses 1 \
${cov_params[@]} \
-o console_output_style=count \
--durations=10 \
Expand Down Expand Up @@ -1192,7 +1192,7 @@ jobs:
python3 -b -X dev -m pytest \
-qq \
--timeout=9 \
-n 1 \
--numprocesses 1 \
${cov_params[@]} \
-o console_output_style=count \
--durations=0 \
Expand Down Expand Up @@ -1338,7 +1338,7 @@ jobs:
python3 -b -X dev -m pytest \
-qq \
--timeout=9 \
-n auto \
--numprocesses auto \
${cov_params[@]} \
-o console_output_style=count \
--durations=0 \
Expand Down

0 comments on commit f9dfc64

Please sign in to comment.