From f7bb6ce5f10ab1d4c032500bb2bb15eadc3ea4d7 Mon Sep 17 00:00:00 2001 From: Will Greenberg Date: Fri, 16 Jan 2026 13:31:27 -0800 Subject: [PATCH] more path fixes --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 1a4f4eb51..608e94163 100644 --- a/tox.ini +++ b/tox.ini @@ -141,7 +141,7 @@ deps = sakuracloud: -e certbot-dns-sakuracloud nginx: -e certbot-nginx commands = - apache: {[base]pytest} certbot/src/certbot/_internal/plugins/apache + apache: {[base]pytest} certbot/src/certbot/_internal/tests/plugins/apache cloudflare: {[base]pytest} certbot-dns-cloudflare digitalocean: {[base]pytest} certbot-dns-digitalocean dnsimple: {[base]pytest} certbot-dns-dnsimple @@ -155,7 +155,7 @@ commands = rfc2136: {[base]pytest} certbot-dns-rfc2136 route53: {[base]pytest} certbot-dns-route53 sakuracloud: {[base]pytest} certbot-dns-sakuracloud - nginx: {[base]pytest} certbot/src/certbot/_internal/plugins/nginx + nginx: {[base]pytest} certbot/src/certbot/_internal/tests/plugins/nginx [testenv:apacheconftest] deps =