diff --git a/tests/conftest.py b/tests/conftest.py index 58de9e0..0801ec0 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -18,9 +18,6 @@ from mkdocstrings_handlers.python.handler import PythonHandler -pytest_plugins = ["griffe.tests"] - - @pytest.fixture(name="mkdocs_conf") def fixture_mkdocs_conf(request: pytest.FixtureRequest, tmp_path: Path) -> Iterator[config.Config]: """Yield a MkDocs configuration object.