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