Skip to content

Commit 75f6c64

Browse files
committed
try to fix tests in ci
Signed-off-by: Alexander Mazuruk <a.mazuruk@samsung.com>
1 parent d9fb2c2 commit 75f6c64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/conftest.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ def isolate(tmpdir, monkeypatch):
9999
monkeypatch.setenv("GIT_AUTHOR_EMAIL", "distutils-sig@python.org")
100100

101101
# FIXME: Windows...
102-
os.makedirs(os.path.join(home_dir, ".config", "git"))
103-
with open(os.path.join(home_dir, ".config", "git", "config"), "wb") as fp:
102+
#os.makedirs(os.path.join(home_dir, ".gitconfig", "git"))
103+
with open(os.path.join(home_dir, ".gitconfig"), "wb") as fp:
104104
fp.write(b"[user]\n\tname = pip\n\temail = distutils-sig@python.org\n")
105105

106106

0 commit comments

Comments
 (0)