Skip to content

Commit

Permalink
Fix mypy heisenfailure on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwald committed Jan 29, 2025
1 parent dc8378e commit 1d5812c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/reader_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ def test_closed_metadata(self) -> None:
self.assertIsNotNone(metadata, "pure Python implementation returns value")

if os.name != "nt":

# type: ignore[attr-defined]
def test_multiprocessing(self):
self._check_concurrency(self.mp.Process)

Expand Down

0 comments on commit 1d5812c

Please sign in to comment.