Skip to content

Commit 78b091e

Browse files
committed
test(sync[hg]) Remove unneeded autouse fixture
1 parent 5ded894 commit 78b091e

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

tests/sync/test_hg.py

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

1818

19-
@pytest.fixture(autouse=True)
20-
def set_hgconfig(
21-
set_hgconfig: pathlib.Path,
22-
) -> pathlib.Path:
23-
"""Set mercurial configuration."""
24-
return set_hgconfig
25-
26-
2719
def test_hg_sync(
2820
tmp_path: pathlib.Path,
2921
projects_path: pathlib.Path,

0 commit comments

Comments
 (0)