misc: reduce test execution time by changing password hasher

This commit is contained in:
Lauréline Guérin 2022-07-05 14:19:36 +02:00
parent eb321e54be
commit 6fef766eab
No known key found for this signature in database
GPG Key ID: 1FAB9B9B4F93D473
1 changed files with 2 additions and 0 deletions

View File

@ -48,3 +48,5 @@ KNOWN_SERVICES = {
}
},
}
PASSWORD_HASHERS = ["django.contrib.auth.hashers.MD5PasswordHasher"]