diff --git a/conftest.py b/conftest.py
index 4ae9247ad30df8f1eeeb9c62ef7e068a043a1dec..8b6908fe913ef3d9c3fecb3b1b6c2e7fdf2b9b1f 100644
--- a/conftest.py
+++ b/conftest.py
@@ -18,8 +18,3 @@ def swhmain():
     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"]