We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54121b2 commit 8121cfbCopy full SHA for 8121cfb
1 file changed
tests/sync/test_hg.py
@@ -22,14 +22,6 @@
22
pytestmark = pytest.mark.skip(reason="hg is not available")
23
24
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
33
def test_hg_sync(
34
tmp_path: pathlib.Path,
35
projects_path: pathlib.Path,
0 commit comments