Skip to content

Commit 2cc15a0

Browse files
committed
tests: Remove Griffe pytest fixture (unused)
1 parent e12688e commit 2cc15a0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/conftest.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@
1818
from mkdocstrings_handlers.python.handler import PythonHandler
1919

2020

21-
pytest_plugins = ["griffe.tests"]
22-
23-
2421
@pytest.fixture(name="mkdocs_conf")
2522
def fixture_mkdocs_conf(request: pytest.FixtureRequest, tmp_path: Path) -> Iterator[config.Config]:
2623
"""Yield a MkDocs configuration object.

0 commit comments

Comments
 (0)