Open
Description
I have a Django project that cannot have DB - that's a requirement.
When I create a test that uses live_server
fixture, I get an error:
ImproperlyConfigured: settings.DATABASES is improperly configured
It seems that you automatically enforce to use DB with live_server
fixture. Could you, please, provide a choice for this?