From eefe1b633631db19e8a09e225666e8c0ae0b0d4e Mon Sep 17 00:00:00 2001 From: "Antoine R. Dumont (@ardumont)" <ardumont@softwareheritage.org> Date: Fri, 23 Oct 2020 17:45:47 +0200 Subject: [PATCH] conftest: Drop unneeded declaration Fixes build [1] [1] https://jenkins.softwareheritage.org/job/DENV/job/tests/lastBuild/artifact/swh-core.log --- conftest.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/conftest.py b/conftest.py index 4ae9247a..8b6908fe 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"] -- GitLab