From f61c8ad5ea8c90c2152f11edf35299ff9e30c3ef Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Wed, 24 Jun 2026 10:58:08 -0700 Subject: [PATCH] Keep disabled extractor CLI tests from resolving plugins --- archivebox/tests/conftest.py | 1 + 1 file changed, 1 insertion(+) diff --git a/archivebox/tests/conftest.py b/archivebox/tests/conftest.py index 694206d1..99fc5313 100644 --- a/archivebox/tests/conftest.py +++ b/archivebox/tests/conftest.py @@ -211,6 +211,7 @@ def run_archivebox_cmd( if disable_extractors: run_env.update( { + "PLUGINS": "__archivebox_test_no_plugins__", "SAVE_ARCHIVEDOTORG": "False", "SAVE_TITLE": "False", "SAVE_FAVICON": "False",