Closed Carsten-Leue closed 2 years ago
When running pytest-aiohttp with pytest-asyncio v0.14.0 I am seeing the following error:
pytest-aiohttp
pytest-asyncio
RuntimeError: Timeout context manager should be used inside a task
This is related to a change in pytest-asyncio concerning event loop handling (see https://github.com/pytest-dev/pytest-asyncio/issues/170). Explanation in https://github.com/pytest-dev/pytest-asyncio/issues/170#issuecomment-650583848
Would it be possible to coordinate with the pytest-asyncio team so both your awesome libraries can be used at the same time.
Fixed
When running
pytest-aiohttp
withpytest-asyncio
v0.14.0 I am seeing the following error:This is related to a change in
pytest-asyncio
concerning event loop handling (see https://github.com/pytest-dev/pytest-asyncio/issues/170). Explanation in https://github.com/pytest-dev/pytest-asyncio/issues/170#issuecomment-650583848Would it be possible to coordinate with the
pytest-asyncio
team so both your awesome libraries can be used at the same time.