Projet

Général

Profil

0001-ci-reduce-test-execution-time-by-changing-password-h.patch

Frédéric Péters, 10 août 2022 19:01

Télécharger (664 octets)

Voir les différences:

Subject: [PATCH] ci: reduce test execution time by changing password hasher
 (#68111)

 tests/settings.py | 2 ++
 1 file changed, 2 insertions(+)
tests/settings.py
73 73
LOGGED_REQUESTS_MAX_SIZE = 4999
74 74

  
75 75
LEGACY_URLS_MAPPING = {'old.org': 'new.org'}
76

  
77
PASSWORD_HASHERS = ["django.contrib.auth.hashers.MD5PasswordHasher"]
76
-