Skip to content

Commit 823c3ac

Browse files
Merge pull request #390 from blueyed/fix-test
Fix testing/test_git.py::test_git_archive_export_ignore
2 parents c60ed6d + 9fa6cb0 commit 823c3ac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

testing/test_git.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010

1111

1212
@pytest.fixture
13-
def wd(wd):
13+
def wd(wd, monkeypatch):
14+
monkeypatch.delenv("HOME", raising=False)
1415
wd("git init")
1516
wd("git config user.email [email protected]")
1617
wd('git config user.name "a test"')

0 commit comments

Comments
 (0)