From 8f518500a4ad5fd8836af9a59d8bfd8a112e0ecd Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Wed, 31 Dec 2025 15:36:40 -0800 Subject: [PATCH] comments --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index fd64d81f..acf3f8c9 100755 --- a/pyproject.toml +++ b/pyproject.toml @@ -184,6 +184,8 @@ ignore = ["E731", "E303", "E266", "E241", "E222"] [tool.pytest.ini_options] testpaths = [ "tests" ] DJANGO_SETTINGS_MODULE = "archivebox.core.settings" +# Note: Plugin tests under archivebox/plugins/ must NOT load Django +# They use a conftest.py to disable Django automatically [tool.mypy] mypy_path = "archivebox,archivebox/typings"