Skip to content
Prev Previous commit
Next Next commit
Don't skip passing test
  • Loading branch information
ShaharNaveh committed Jul 16, 2025
commit f53a8d919a6a2087a06cb43f093b17297a4a1304
1 change: 0 additions & 1 deletion Lib/test/test_exception_hierarchy.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ def test_windows_error(self):
else:
self.assertNotIn('winerror', dir(OSError))

@unittest.skip("TODO: RUSTPYTHON")
def test_posix_error(self):
e = OSError(EEXIST, "File already exists", "foo.txt")
self.assertEqual(e.errno, EEXIST)
Expand Down