From 6fef766eab6fe4eee915e4fef5cd98ddaaa44372 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laur=C3=A9line=20Gu=C3=A9rin?= Date: Tue, 5 Jul 2022 14:19:36 +0200 Subject: [PATCH] misc: reduce test execution time by changing password hasher --- tests/settings.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/settings.py b/tests/settings.py index aec81af..ea1cce9 100644 --- a/tests/settings.py +++ b/tests/settings.py @@ -48,3 +48,5 @@ KNOWN_SERVICES = { } }, } + +PASSWORD_HASHERS = ["django.contrib.auth.hashers.MD5PasswordHasher"]