Unskip test_relative_path

This commit is contained in:
Padraic Fanning
2021-02-07 15:43:41 -05:00
parent b90b67cd3d
commit 268fc64eb4

View File

@@ -107,7 +107,6 @@ class PyCompileTestsBase:
self.assertTrue(os.path.exists(self.pyc_path))
self.assertFalse(os.path.exists(self.cache_path))
@unittest.skip("TODO: RUSTPYTHON")
def test_relative_path(self):
py_compile.compile(os.path.relpath(self.source_path),
os.path.relpath(self.pyc_path))