mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-02 19:39:49 +09:00
Add TODO: RUSTPYTHON to skip reason
This commit is contained in:
2
Lib/test/test_os.py
vendored
2
Lib/test/test_os.py
vendored
@@ -4250,7 +4250,7 @@ class TestScandir(unittest.TestCase):
|
||||
|
||||
# TODO: RUSTPPYTHON (AssertionError: TypeError not raised by ScandirIter)
|
||||
# TODO: See https://github.com/RustPython/RustPython/issues/5190 for skip rationale
|
||||
@unittest.skip("skipping to avoid the unclosed scandir from squatting on file descriptors")
|
||||
@unittest.skip("TODO: RUSTPYTHON, avoid the unclosed scandir from squatting on file descriptors")
|
||||
def test_uninstantiable(self):
|
||||
scandir_iter = os.scandir(self.path)
|
||||
self.assertRaises(TypeError, type(scandir_iter))
|
||||
|
||||
Reference in New Issue
Block a user