Skip to content

Commit

Permalink
Try running on Windows only again
Browse files Browse the repository at this point in the history
  • Loading branch information
kwinkunks committed Dec 9, 2023
1 parent c04fc94 commit ea77d91
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 @@ -15,5 +15,5 @@ def check_output(self, want, got, optionflags):
got = pattern.sub(r"\1\4", got)
return OutputChecker.check_output(self, want, got, optionflags)

print(platform.system())
doctest.OutputChecker = CustomOutputChecker
if platform.system() == 'Windows':
doctest.OutputChecker = CustomOutputChecker

0 comments on commit ea77d91

Please sign in to comment.