From 26ab96629d6a2428740a7589678c7b09fe7e7307 Mon Sep 17 00:00:00 2001 From: Mathieu Pillard Date: Mon, 31 Oct 2022 12:40:39 +0100 Subject: Simplify test settings file --- compressor/test_settings.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/compressor/test_settings.py b/compressor/test_settings.py index 68b0152..3a663c0 100644 --- a/compressor/test_settings.py +++ b/compressor/test_settings.py @@ -2,7 +2,6 @@ import os TEST_DIR = os.path.join(os.path.abspath(os.path.dirname(__file__)), "tests") - CACHES = { "default": { "BACKEND": "django.core.cache.backends.locmem.LocMemCache", @@ -31,7 +30,6 @@ STATICFILES_FINDERS = [ STATIC_URL = "/static/" - STATIC_ROOT = os.path.join(TEST_DIR, "static") TEMPLATES = [ @@ -56,9 +54,3 @@ TEMPLATES = [ ], }, ] - -SECRET_KEY = "iufoj=mibkpdz*%bob952x(%49rqgv8gg45k36kjcg76&-y5=!" - -PASSWORD_HASHERS = ("django.contrib.auth.hashers.UnsaltedMD5PasswordHasher",) - -MIDDLEWARE_CLASSES = [] -- cgit v1.2.1