Skip to content

Commit 1bebcb9

Browse files
committed
Unskip test(s) in source.test_finder
1 parent 4b2c5af commit 1bebcb9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Lib/test/test_importlib/source/test_finder.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,8 @@ def cleanup(tempdir):
178178
found = self._find(finder, 'doesnotexist')
179179
self.assertEqual(found, self.NOT_FOUND)
180180

181-
@unittest.skip("TODO: RUSTPYTHON, OSError: Not a directory (os error 20)")
181+
# TODO: RUSTPYTHON
182+
@unittest.expectedFailure
182183
def test_ignore_file(self):
183184
# If a directory got changed to a file from underneath us, then don't
184185
# worry about looking for submodules.

0 commit comments

Comments
 (0)