From 12d835e23867913dbdf197eb4e6ffb9515538426 Mon Sep 17 00:00:00 2001 From: Adrien Ferrand Date: Wed, 8 Jul 2020 22:05:01 +0200 Subject: [PATCH] Update .azure-pipelines/templates/jobs/packaging-jobs.yml Co-authored-by: Brad Warren --- .azure-pipelines/templates/jobs/packaging-jobs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: