We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 604b708 commit 68e7310Copy full SHA for 68e7310
Lib/test/test_exceptions.py
@@ -1678,6 +1678,7 @@ def inner():
1678
gc_collect() # For PyPy or other GCs.
1679
self.assertEqual(wr(), None)
1680
1681
+ @unittest.skipIf(sys.platform == 'win32', 'TODO: RUSTPYTHON; error specific to cpython')
1682
def test_errno_ENOTDIR(self):
1683
# Issue #12802: "not a directory" errors are ENOTDIR even on Windows
1684
with self.assertRaises(OSError) as cm:
0 commit comments