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

conftest: Reference swh.core.db.pytest_plugin

As it's exposed through the swh.storage.pytest_plugin itself used by other swh
modules, this needs to be declared to avoid other swh module build failures.

Related to T2746
parent e289593f
No related merge requests found
......@@ -3,4 +3,4 @@
# 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"]
pytest_plugins = ["swh.storage.pytest_plugin", "swh.core.db.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