We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c37483 commit 25c221fCopy full SHA for 25c221f
Lib/test/_test_eintr.py
@@ -369,6 +369,8 @@ def os_open(self, path):
369
370
@unittest.skipIf(sys.platform == "darwin",
371
"hangs under macOS; see bpo-25234, bpo-35363")
372
+ @unittest.skipIf(sys.platform.startswith('netbsd'),
373
+ "hangs on NetBSD; see gh-137397")
374
def test_os_open(self):
375
self._test_open("fd = os.open(path, os.O_RDONLY)\nos.close(fd)",
376
self.os_open)
0 commit comments