Update .azure-pipelines/templates/jobs/packaging-jobs.yml

Co-authored-by: Brad Warren <bmw@users.noreply.github.com>
This commit is contained in:
Adrien Ferrand 2020-07-08 22:05:01 +02:00 committed by GitHub
parent 16bd16bff9
commit 12d835e238
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: