Thanks to visit codestin.com Credit goes to github.com
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 0af7556 commit 7f416c8Copy full SHA for 7f416c8
1 file changed
Lib/test/_test_eintr.py
@@ -380,6 +380,8 @@ def os_open(self, path):
380
381
@unittest.skipIf(sys.platform == "darwin",
382
"hangs under macOS; see bpo-25234, bpo-35363")
383
+ @unittest.skipIf(sys.platform.startswith('netbsd'),
384
+ "hangs on NetBSD; see gh-137397")
385
def test_os_open(self):
386
self._test_open("fd = os.open(path, os.O_RDONLY)\nos.close(fd)",
387
self.os_open)
0 commit comments