diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 31c75edc6..242a774a0 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -62,7 +62,7 @@ stages: set -ex sudo python3 -m pip install dist/asyncsnmp-2.1.0-py3-none-any.whl - python3 setup.py test + python3 setup.py test -s displayName: "Unit tests" - script: |