Conflicts with pytest-asyncio (sample with redis) · Issue #8 · aio-libs/pytest-aiohttp

Having following test file, things behave differently with different pytest plugins installed: import aioredis import pytest from aiohttp import web def init(): """Create web.Application instance "...