Skip to content

Commit b2f6a18

Browse files
committed
Explain test_ignore_file skip
1 parent f5cbea9 commit b2f6a18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_importlib/source/test_finder.py

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

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

0 commit comments

Comments
 (0)