Skip to content

Commit

Permalink
try to fix tests in ci
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Mazuruk <[email protected]>
  • Loading branch information
aalexanderr committed Aug 27, 2021
1 parent d9fb2c2 commit 75f6c64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ def isolate(tmpdir, monkeypatch):
monkeypatch.setenv("GIT_AUTHOR_EMAIL", "[email protected]")

# FIXME: Windows...
os.makedirs(os.path.join(home_dir, ".config", "git"))
with open(os.path.join(home_dir, ".config", "git", "config"), "wb") as fp:
#os.makedirs(os.path.join(home_dir, ".gitconfig", "git"))
with open(os.path.join(home_dir, ".gitconfig"), "wb") as fp:
fp.write(b"[user]\n\tname = pip\n\temail = [email protected]\n")


Expand Down

0 comments on commit 75f6c64

Please sign in to comment.