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 d2e8b31 commit 153e9e1Copy full SHA for 153e9e1
tests/conftest.py
@@ -6,7 +6,7 @@
6
7
from sphinx.testing.path import path as sphinx_path
8
9
-pytest_plugins = "sphinx.testing.fixtures"
+pytest_plugins = ["sphinx.testing.fixtures", "pytester"]
10
11
AppParams = t.Tuple[t.Any, t.Dict[str, t.Any]]
12
0 commit comments