Skip to content

Commit d7ad4bf

Browse files
committed
Explain test_relative_path skip
1 parent 121d912 commit d7ad4bf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Lib/test/test_py_compile.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ def test_cwd(self):
107107
self.assertTrue(os.path.exists(self.pyc_path))
108108
self.assertFalse(os.path.exists(self.cache_path))
109109

110+
@unittest.skip("TODO: RUSTPYTHON, macOS FileNotFoundError: (2, 'No such file or directory (os error 2)')")
110111
def test_relative_path(self):
111112
py_compile.compile(os.path.relpath(self.source_path),
112113
os.path.relpath(self.pyc_path))

0 commit comments

Comments
 (0)