Skip to content
Snippets Groups Projects
Unverified Commit 1e398a89 authored by Pascal Vizeli's avatar Pascal Vizeli Committed by GitHub
Browse files

Try fix tests (#28470)

parent 7b86f0f9
No related branches found
No related tags found
No related merge requests found
......@@ -127,7 +127,7 @@ stages:
set -e
. 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
displayName: 'Run pytest for python $(python.container)'
condition: and(succeeded(), ne(variables['python.container'], variables['PythonMain']))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment