Skip to content

Commit

Permalink
DEBUG
Browse files Browse the repository at this point in the history
  • Loading branch information
hagenw committed Jul 1, 2024
1 parent 9243882 commit 781b92f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -1525,6 +1525,7 @@ def test_rmdir(tmpdir):
# Error message is broken
# for newer version of Python 3.12
# under MacOS and Linux
print(f"{sys.version_info=}")
if sys.version_info == (3, 12, 4) and platform.system() != "Windows":
error_msg = "None"
else:
Expand Down

0 comments on commit 781b92f

Please sign in to comment.