diff --git a/conftest.py b/conftest.py --- a/conftest.py +++ b/conftest.py @@ -18,8 +18,3 @@ yield _swhmain _swhmain.commands = commands _swhmain.aliases = aliases - - -# This is coming from the aiohttp library directly. Beware the desynchronized -# https://github.com/aio-libs/pytest-aiohttp module which wraps that library... -pytest_plugins = ["aiohttp.pytest_plugin"]