From 525deb441842191a0a083e4bff54053d04c30b3e Mon Sep 17 00:00:00 2001 From: Andrew Godwin Date: Thu, 15 Dec 2022 10:09:35 -0700 Subject: Fix tests with no static collection --- tests/conftest.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tests/conftest.py') diff --git a/tests/conftest.py b/tests/conftest.py index 4466130..d65b5da 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -56,6 +56,11 @@ kwIDAQAB } +@pytest.fixture(autouse=True) +def _test_settings(settings): + settings.STATICFILES_STORAGE = None + + @pytest.fixture def config_system(keypair): Config.system = Config.SystemOptions( -- cgit v1.2.3