diff --git a/.azure-pipelines/templates/jobs/packaging-jobs.yml b/.azure-pipelines/templates/jobs/packaging-jobs.yml index 3c3111000..492fe7cc8 100644 --- a/.azure-pipelines/templates/jobs/packaging-jobs.yml +++ b/.azure-pipelines/templates/jobs/packaging-jobs.yml @@ -151,7 +151,7 @@ jobs: path: $(Build.SourcesDirectory)/snap displayName: Retrieve Certbot DNS plugins snaps - script: | - sudo python3 -m pip install pytest + sudo tools/pip_install.py pytest sudo -E pytest tests/certbot_dns_snap_test.py displayName: Test DNS plugins snaps env: