You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix pytest-asyncio configuration to resolve CI test failures
Added missing asyncio_default_fixture_loop_scope setting in pyproject.toml
to properly configure pytest-asyncio for async test functions. This resolves
the "async def functions are not natively supported" errors on CI.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments