We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e12688e commit 2cc15a0Copy full SHA for 2cc15a0
tests/conftest.py
@@ -18,9 +18,6 @@
18
from mkdocstrings_handlers.python.handler import PythonHandler
19
20
21
-pytest_plugins = ["griffe.tests"]
22
-
23
24
@pytest.fixture(name="mkdocs_conf")
25
def fixture_mkdocs_conf(request: pytest.FixtureRequest, tmp_path: Path) -> Iterator[config.Config]:
26
"""Yield a MkDocs configuration object.
0 commit comments