We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f22c932 commit 40accecCopy full SHA for 40accec
1 file changed
libvcs/conftest.py
@@ -50,8 +50,9 @@ def user_path(home_path: pathlib.Path):
50
51
52
@pytest.fixture(autouse=True)
53
+@pytest.mark.usefixtures("home_default")
54
@skip_if_git_missing
-def gitconfig(user_path: pathlib.Path, home_default: pathlib.Path):
55
+def gitconfig(user_path: pathlib.Path):
56
gitconfig = user_path / ".gitconfig"
57
user_email = "libvcs@git-pull.com"
58
gitconfig.write_text(
0 commit comments