fix isolated-certbot tests

my interpretation of this testenv is to make sure certbot works even
without any plugins (and the extra dependencies those imply)
This commit is contained in:
Will Greenberg 2025-12-16 13:21:59 -08:00
parent 72d6b0d9b4
commit 169dd120fa

View file

@ -122,7 +122,8 @@ description = Tests Certbot without any additional plugins installed
deps =
{[testenv:isolated-acme]deps}
-e certbot[test]
commands = {[base]pytest} certbot
# we ignore apache/nginx since those tests depend on their respective extra dependencies (which are pulled in by their plugin)
commands = {[base]pytest} certbot --ignore certbot/src/certbot/_internal/apache --ignore certbot/src/certbot/_internal/nginx
[testenv:isolated-{apache,cloudflare,digitalocean,dnsimple,dnsmadeeasy,gehirn,google,linode,luadns,nsone,ovh,rfc2136,route53,sakuracloud,nginx}]
description = Tests the plugin without installing any other plugins