Skip to content

Commit 29bcf5a

Browse files
committed
Revert "!squash test cli anything to make it work"
This reverts commit 2ad3ca5.
1 parent d0224e9 commit 29bcf5a

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

tests/test_cli.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,6 @@
1919
ExpectedOutput: TypeAlias = t.Optional[t.Union[str, list[str]]]
2020

2121

22-
@pytest.fixture(autouse=True)
23-
def setup(
24-
set_gitconfig: pathlib.Path,
25-
set_hgconfig: pathlib.Path,
26-
) -> None:
27-
"""Automatically load the pytest fixtures in the parameters."""
28-
29-
3022
class SyncCLINonExistentRepo(t.NamedTuple):
3123
"""Pytest fixture for vcspull syncing when repo does not exist."""
3224

0 commit comments

Comments
 (0)