pytest-asyncio-cooperative icon indicating copy to clipboard operation
pytest-asyncio-cooperative copied to clipboard

Not compatible with pytest-django: Exception: class scope not supported

Open mliudev opened this issue 1 year ago • 0 comments

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

mliudev avatar Aug 14 '24 23:08 mliudev