Skip to content

Commit 8121cfb

Browse files
committed
test(sync[hg]) Remove unneeded autouse fixture
1 parent 54121b2 commit 8121cfb

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

tests/sync/test_hg.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,6 @@
2222
pytestmark = pytest.mark.skip(reason="hg is not available")
2323

2424

25-
@pytest.fixture(autouse=True)
26-
def set_hgconfig(
27-
set_hgconfig: pathlib.Path,
28-
) -> pathlib.Path:
29-
"""Set mercurial configuration."""
30-
return set_hgconfig
31-
32-
3325
def test_hg_sync(
3426
tmp_path: pathlib.Path,
3527
projects_path: pathlib.Path,

0 commit comments

Comments
 (0)