Skip to content

Commit

Permalink
Fix Windows tests
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Nov 4, 2020
1 parent e023c2f commit dcd5c7f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ def test_via_run_repo_helper(capsys, file_regression: FileRegressionFixture, mon
monkeypatch.setattr(StackedConfig, "default_backends", lambda *args: [], raising=True)
monkeypatch.setenv("GIT_COMMITTER_NAME", "Guido")
monkeypatch.setenv("GIT_COMMITTER_EMAIL", "guido@python.org")
monkeypatch.setenv("GIT_AUTHOR_NAME", "Guido")
monkeypatch.setenv("GIT_AUTHOR_EMAIL", "guido@python.org")

monkeypatch.setattr(repo_helper.utils, "today", FAKE_DATE)

Expand Down

0 comments on commit dcd5c7f

Please sign in to comment.