Skip to content

Commit ede2067

Browse files
committed
test(sync[hg]) Remove unneeded autouse fixture
1 parent 8f04db0 commit ede2067

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
@@ -14,14 +14,6 @@
1414
pytestmark = pytest.mark.skip(reason="hg is not available")
1515

1616

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

0 commit comments

Comments
 (0)