diff --git a/conftest.py b/conftest.py --- a/conftest.py +++ b/conftest.py @@ -9,7 +9,6 @@ from typing import Any, Dict -from swh.storage.tests.conftest import * # noqa from swh.scheduler.tests.conftest import * # noqa diff --git a/requirements-test.txt b/requirements-test.txt --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,6 +1,6 @@ pytest pytest-mock -pytest-postgresql >= 2.1.0 requests_mock swh-core[testing] swh-scheduler[testing] +swh-storage[testing]