Exception django.core.exceptions.ImproperlyConfigured: DEFAULT_FILE_STORAGE/STORAGES are mutually exclusive is triggered on Django 4.2+ when using pytest-django
Steps to reproduce
Versions
Django 4.2+
pytest-django 4.7.0
Expected behaviour
Tests are run
Actual behaviour
Exception django.core.exceptions.ImproperlyConfigured: DEFAULT_FILE_STORAGE/STORAGES are mutually exclusive is raised
Description
Exception
django.core.exceptions.ImproperlyConfigured: DEFAULT_FILE_STORAGE/STORAGES are mutually exclusive
is triggered on Django 4.2+ when using pytest-djangoSteps to reproduce
Versions
Expected behaviour
Tests are run
Actual behaviour
Exception
django.core.exceptions.ImproperlyConfigured: DEFAULT_FILE_STORAGE/STORAGES are mutually exclusive
is raised