mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Try fix tests (#28470)
This commit is contained in:
parent
7b86f0f926
commit
1e398a8966
@ -127,7 +127,7 @@ stages:
|
|||||||
set -e
|
set -e
|
||||||
|
|
||||||
. venv/bin/activate
|
. venv/bin/activate
|
||||||
pytest --timeout=9 --durations=10 -n 2 --dist loadfile -qq -o console_output_style=count -p no:sugar tests
|
pytest --timeout=9 --durations=10 -n auto --dist=loadfile -qq -o console_output_style=count -p no:sugar tests
|
||||||
script/check_dirty
|
script/check_dirty
|
||||||
displayName: 'Run pytest for python $(python.container)'
|
displayName: 'Run pytest for python $(python.container)'
|
||||||
condition: and(succeeded(), ne(variables['python.container'], variables['PythonMain']))
|
condition: and(succeeded(), ne(variables['python.container'], variables['PythonMain']))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user