Skip to content

Commit 1d5812c

Browse files
committed
Fix mypy heisenfailure on Windows
1 parent dc8378e commit 1d5812c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/reader_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,7 @@ def test_closed_metadata(self) -> None:
522522
self.assertIsNotNone(metadata, "pure Python implementation returns value")
523523

524524
if os.name != "nt":
525-
525+
# type: ignore[attr-defined]
526526
def test_multiprocessing(self):
527527
self._check_concurrency(self.mp.Process)
528528

0 commit comments

Comments
 (0)