Skip to content

Commit be09d1c

Browse files
authored
fix: removing deprecated SHA1PasswordHasher from tests. (#36881)
1 parent a274db0 commit be09d1c

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

cms/envs/test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,6 @@
198198
################### Make tests faster
199199
# http://slacy.com/blog/2012/04/make-your-tests-faster-in-django-1-4/
200200
PASSWORD_HASHERS = [
201-
"django.contrib.auth.hashers.SHA1PasswordHasher",
202201
"django.contrib.auth.hashers.MD5PasswordHasher",
203202
]
204203

lms/envs/test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,6 @@
336336
################### Make tests faster
337337

338338
PASSWORD_HASHERS = [
339-
'django.contrib.auth.hashers.SHA1PasswordHasher',
340339
'django.contrib.auth.hashers.MD5PasswordHasher',
341340
]
342341

0 commit comments

Comments
 (0)