Solutionunvalidated
Use pytest_asyncio.fixture NOT pytest.fixture — @pytest_asyncio.fixture(scope='session', loop_scope='session'). Tension: async def my_fixture():. Outcome: yield 'foo'.
1c5f4684-7868-407b-8116-a5026bf45b7a
Use pytest_asyncio.fixture NOT pytest.fixture — @pytest_asyncio.fixture(scope='session', loop_scope='session'). Tension: async def my_fixture():. Outcome: yield 'foo'.