Skip to content

Commit

Permalink
tests: Remove Griffe pytest fixture (unused)
Browse files Browse the repository at this point in the history
  • Loading branch information
pawamoy committed Sep 4, 2023
1 parent e12688e commit 2cc15a0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 2cc15a0

Please sign in to comment.