Skip to content
Snippets Groups Projects
Verified Commit eefe1b63 authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

conftest: Drop unneeded declaration

Fixes build [1]

[1] https://jenkins.softwareheritage.org/job/DENV/job/tests/lastBuild/artifact/swh-core.log
parent 0796ac6c
No related branches found
No related tags found
1 merge request!182conftest: Drop unneeded declaration
......@@ -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"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment