Skip to content

Commit f53a8d9

Browse files
committed
Don't skip passing test
1 parent 966d6d2 commit f53a8d9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Lib/test/test_exception_hierarchy.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ def test_windows_error(self):
127127
else:
128128
self.assertNotIn('winerror', dir(OSError))
129129

130-
@unittest.skip("TODO: RUSTPYTHON")
131130
def test_posix_error(self):
132131
e = OSError(EEXIST, "File already exists", "foo.txt")
133132
self.assertEqual(e.errno, EEXIST)

0 commit comments

Comments
 (0)