We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f04db0 commit ede2067Copy full SHA for ede2067
1 file changed
tests/sync/test_hg.py
@@ -14,14 +14,6 @@
14
pytestmark = pytest.mark.skip(reason="hg is not available")
15
16
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
25
def test_hg_sync(
26
tmp_path: pathlib.Path,
27
projects_path: pathlib.Path,
0 commit comments