We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 121d912 commit d7ad4bfCopy full SHA for d7ad4bf
1 file changed
Lib/test/test_py_compile.py
@@ -107,6 +107,7 @@ def test_cwd(self):
107
self.assertTrue(os.path.exists(self.pyc_path))
108
self.assertFalse(os.path.exists(self.cache_path))
109
110
+ @unittest.skip("TODO: RUSTPYTHON, macOS FileNotFoundError: (2, 'No such file or directory (os error 2)')")
111
def test_relative_path(self):
112
py_compile.compile(os.path.relpath(self.source_path),
113
os.path.relpath(self.pyc_path))
0 commit comments