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