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 513c9c3 commit 480ef68Copy full SHA for 480ef68
tests/conftest.py
@@ -23,7 +23,7 @@
23
path = pathlib.Path
24
else:
25
# 3rd party
26
- from sphinx.testing.path import path # type: ignore[assignment]
+ from sphinx.testing.path import path # type: ignore[misc]
27
28
pytest_plugins = ("coincidence", "sphinx.testing.fixtures", "sphinx_toolbox.testing")
29
@@ -104,7 +104,7 @@ def content(the_app: Sphinx) -> Iterator[Sphinx]:
104
105
106
@pytest.fixture()
107
-def page(content: Any, request: Any) -> Iterator[BeautifulSoup]:
+def page(content: Any, request: Any) -> BeautifulSoup:
108
pagename = request.param
109
c = (content.outdir / pagename).read_text()
110
0 commit comments