We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93ea7bf commit d0224e9Copy full SHA for d0224e9
tests/test_cli.py
@@ -1,7 +1,6 @@
1
"""Test CLI entry point for for vcspull."""
2
3
import contextlib
4
-import os
5
import pathlib
6
import shutil
7
import typing as t
@@ -26,7 +25,6 @@ def setup(
26
25
set_hgconfig: pathlib.Path,
27
) -> None:
28
"""Automatically load the pytest fixtures in the parameters."""
29
- assert os.getenv("GIT_CONFIG") == str(set_gitconfig)
30
31
32
class SyncCLINonExistentRepo(t.NamedTuple):
0 commit comments