PicklingError: Cannot pickle ResolverMatch
in Django 5.1 for any endpoint that sends an email
#842
Labels
PicklingError: Cannot pickle ResolverMatch
in Django 5.1 for any endpoint that sends an email
#842
Background
I recently upgraded to Django 5.1.1 and I'm seeing a
PicklingError
in my unit tests for all djoser endpoints that send an email.Here are some minimalist unit tests that are failing (note I'm using pytest-django):
All of these tests fail. Here's the full traceback for the first test (
test_create_user
):The text was updated successfully, but these errors were encountered: