From 3363907385c568085169a7d8d2e9d7a3b5375d53 Mon Sep 17 00:00:00 2001 From: Will Greenberg Date: Tue, 16 Dec 2025 13:25:07 -0800 Subject: [PATCH] fix isolated-apache/nginx tests it's a bit ugly, but by isolating just the paths of their internal modules, this effectively replicates us testing the old plugins --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index fe0846ebd..657ce4012 100644 --- a/tox.ini +++ b/tox.ini @@ -145,7 +145,7 @@ deps = sakuracloud: -e certbot-dns-sakuracloud nginx: -e certbot-nginx commands = - apache: {[base]pytest} certbot-apache + apache: {[base]pytest} certbot/src/certbot/_internal/apache cloudflare: {[base]pytest} certbot-dns-cloudflare digitalocean: {[base]pytest} certbot-dns-digitalocean dnsimple: {[base]pytest} certbot-dns-dnsimple @@ -159,7 +159,7 @@ commands = rfc2136: {[base]pytest} certbot-dns-rfc2136 route53: {[base]pytest} certbot-dns-route53 sakuracloud: {[base]pytest} certbot-dns-sakuracloud - nginx: {[base]pytest} certbot-nginx + nginx: {[base]pytest} certbot/src/certbot/_internal/nginx [testenv:apacheconftest] deps =