diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 88c040655..ff66b7fcb 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -127,7 +127,7 @@ jobs: - ${{ if eq(project.python3, true) }}: - script: | pip3 install ".[testing]" - pip3 uninstall --yes sonic-platform-daemons + pip3 uninstall --yes $(python3 setup.py --name) pytest workingDirectory: ${{ project.root_dir }} displayName: '${{ project.name }}(Py3) Test'