pytest-asyncio-cooperative
pytest-asyncio-cooperative copied to clipboard
Not compatible with pytest-django: Exception: class scope not supported
Seems like pytest-django has a class scoped fixture which is causing Exception: class scope not supported to be thrown. Any ideas on how to work around this?
pytest-django fixture:
https://github.com/pytest-dev/pytest-django/blob/5598264ce8b2b333632efd4f06b7d740276953de/pytest_django/plugin.py#L535