We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5cbea9 commit b2f6a18Copy full SHA for b2f6a18
Lib/test/test_importlib/source/test_finder.py
@@ -178,7 +178,7 @@ def cleanup(tempdir):
178
found = self._find(finder, 'doesnotexist')
179
self.assertEqual(found, self.NOT_FOUND)
180
181
- @unittest.skip("TODO: RUSTPYTHON")
+ @unittest.skip("TODO: RUSTPYTHON, OSError: Not a directory (os error 20)")
182
def test_ignore_file(self):
183
# If a directory got changed to a file from underneath us, then don't
184
# worry about looking for submodules.
0 commit comments