Skip to content
Snippets Groups Projects
Commit 29db82c6 authored by Antoine Lambert's avatar Antoine Lambert
Browse files

conftest: Explicitely declare aiohttp pytest plugin use

And remove pytest-aiohttp test dependency to avoid error related to double
loading of the plugin when pytest is invoked.
parent 0f382c49
No related branches found
No related tags found
1 merge request!72conftest: Explicitely declare aiohttp pytest plugin use
......@@ -3,4 +3,8 @@
# License: GNU General Public License version 3, or any later version
# See top-level LICENSE file for more information
pytest_plugins = ["swh.storage.pytest_plugin", "swh.loader.pytest_plugin"]
pytest_plugins = [
"aiohttp.pytest_plugin",
"swh.storage.pytest_plugin",
"swh.loader.pytest_plugin",
]
pytest
pytest-aiohttp
pytest-postgresql
dulwich >= 0.18.7
swh.loader.core
......
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