diff --git a/swh/core/db/tests/pytest_plugin/__init__.py b/swh/core/db/tests/pytest_plugin/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/swh/core/db/tests/data/0-schema.sql b/swh/core/db/tests/pytest_plugin/data/0-schema.sql similarity index 100% rename from swh/core/db/tests/data/0-schema.sql rename to swh/core/db/tests/pytest_plugin/data/0-schema.sql diff --git a/swh/core/db/tests/data/1-data.sql b/swh/core/db/tests/pytest_plugin/data/1-data.sql similarity index 100% rename from swh/core/db/tests/data/1-data.sql rename to swh/core/db/tests/pytest_plugin/data/1-data.sql diff --git a/swh/core/db/tests/test_db_utils.py b/swh/core/db/tests/pytest_plugin/test_pytest_plugin.py similarity index 100% rename from swh/core/db/tests/test_db_utils.py rename to swh/core/db/tests/pytest_plugin/test_pytest_plugin.py