diff --git a/azure-pipelines-ci.yml b/azure-pipelines-ci.yml index da7c827b50b..30dff6ed216 100644 --- a/azure-pipelines-ci.yml +++ b/azure-pipelines-ci.yml @@ -15,7 +15,7 @@ variables: jobs: -- job: 'Check_Python' +- job: 'Check' pool: vmImage: 'ubuntu-latest' strategy: @@ -76,5 +76,5 @@ jobs: - script: | . venv/bin/activate - pytest --timeout=9 --durations=10 -qq -o console_output_style=count -p no:sugar + pytest --timeout=9 --durations=10 tests displayName: 'Run pytest for python $(python.version)'