diff --git a/conftest.py b/conftest.py index 92cc362..8a741d1 100644 --- a/conftest.py +++ b/conftest.py @@ -1,6 +1,10 @@ # Copyright (C) 2020 The Software Heritage developers # See the AUTHORS file at the top-level directory of this distribution # 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", +] diff --git a/requirements-test.txt b/requirements-test.txt index 66b4544..fed1464 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,8 +1,7 @@ pytest -pytest-aiohttp pytest-postgresql dulwich >= 0.18.7 swh.loader.core swh.loader.git >= 0.0.52 swh.storage[testing] pytest-mock