Skip to content

Commit 041c8a2

Browse files
committed
Revert "test(sync[hg]) Remote repository fixture"
This reverts commit a70eb87.
1 parent df589b4 commit 041c8a2

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

tests/sync/test_hg.py

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,24 +8,12 @@
88
from libvcs import exc
99
from libvcs._internal.run import run
1010
from libvcs._internal.shortcuts import create_project
11-
from libvcs.pytest_plugin import CreateRepoPytestFixtureFn
1211
from libvcs.sync.hg import HgSync
1312

1413
if not shutil.which("hg"):
1514
pytestmark = pytest.mark.skip(reason="hg is not available")
1615

1716

18-
@pytest.fixture
19-
def hg_remote_repo(
20-
set_home: pathlib.Path,
21-
hgconfig: pathlib.Path,
22-
create_hg_remote_repo: CreateRepoPytestFixtureFn,
23-
) -> pathlib.Path:
24-
"""Create a remote hg repository."""
25-
return create_hg_remote_repo()
26-
27-
28-
@pytest.mark.usefixtures("set_home", "hgconfig")
2917
def test_hg_sync(
3018
tmp_path: pathlib.Path,
3119
projects_path: pathlib.Path,

0 commit comments

Comments
 (0)