Skip to content

Commit c32e099

Browse files
committed
pytest_plugin(add_doctest_fixtures) Remove set_home (unused)
1 parent d156ad5 commit c32e099

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/libvcs/pytest_plugin.py

-1
Original file line numberDiff line numberDiff line change
@@ -708,7 +708,6 @@ def add_doctest_fixtures(
708708
request: pytest.FixtureRequest,
709709
doctest_namespace: dict[str, Any],
710710
tmp_path: pathlib.Path,
711-
set_home: pathlib.Path,
712711
create_git_remote_repo: CreateRepoPytestFixtureFn,
713712
create_svn_remote_repo: CreateRepoPytestFixtureFn,
714713
create_hg_remote_repo: CreateRepoPytestFixtureFn,

0 commit comments

Comments
 (0)