Skip to content

Commit d0224e9

Browse files
committed
Revert "!squash more test_cli"
This reverts commit 4b3dbb9.
1 parent 93ea7bf commit d0224e9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/test_cli.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
"""Test CLI entry point for for vcspull."""
22

33
import contextlib
4-
import os
54
import pathlib
65
import shutil
76
import typing as t
@@ -26,7 +25,6 @@ def setup(
2625
set_hgconfig: pathlib.Path,
2726
) -> None:
2827
"""Automatically load the pytest fixtures in the parameters."""
29-
assert os.getenv("GIT_CONFIG") == str(set_gitconfig)
3028

3129

3230
class SyncCLINonExistentRepo(t.NamedTuple):

0 commit comments

Comments
 (0)