From 2cc15a02988799ed29030829a37fb3477022cfb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Mazzucotelli?= Date: Mon, 4 Sep 2023 16:55:39 +0200 Subject: [PATCH] tests: Remove Griffe pytest fixture (unused) --- tests/conftest.py | 3 --- 1 file changed, 3 deletions(-) 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.