diff --git a/requirements/optionals.txt b/requirements/optionals.txt index 7ce28e34..61ba983f 100644 --- a/requirements/optionals.txt +++ b/requirements/optionals.txt @@ -1,4 +1,4 @@ -django-allauth<0.55.0 # breaking change breaking dj-rest-auth +django-allauth>=0.56.0 drf-jwt>=0.13.0 dj-rest-auth>=1.0.0 djangorestframework-simplejwt>=4.4.0 diff --git a/tests/conftest.py b/tests/conftest.py index c46e4892..c4d53a89 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -70,6 +70,7 @@ def pytest_configure(config): 'django.middleware.common.CommonMiddleware', 'django.contrib.auth.middleware.AuthenticationMiddleware', 'django.middleware.locale.LocaleMiddleware', + 'allauth.account.middleware.AccountMiddleware', ), INSTALLED_APPS=( 'django.contrib.auth',