mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Remove unused monkeypatch fixtures (#12841)
This commit is contained in:
@@ -25,7 +25,6 @@ if TYPE_CHECKING:
|
||||
def test_instantiation(
|
||||
tmp_path_factory: pytest.TempPathFactory,
|
||||
rootdir: str | os.PathLike[str] | None,
|
||||
monkeypatch: pytest.MonkeyPatch,
|
||||
) -> None:
|
||||
# Given
|
||||
src_dir = tmp_path_factory.getbasetemp() / 'root'
|
||||
|
||||
Reference in New Issue
Block a user