Skip to content

Commit 0cdb3d1

Browse files
committed
Mark unsupported py_compile tests
1 parent a98c15d commit 0cdb3d1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Lib/test/test_py_compile.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ def test_optimization_path(self):
174174
# Specifying optimized bytecode should lead to a path reflecting that.
175175
self.assertIn('opt-2', py_compile.compile(self.source_path, optimize=2))
176176

177+
@unittest.skip("TODO: RUSTPYTHON")
177178
def test_invalidation_mode(self):
178179
py_compile.compile(
179180
self.source_path,
@@ -193,6 +194,7 @@ def test_invalidation_mode(self):
193194
self.assertEqual(flags, 0b1)
194195

195196

197+
@unittest.skip("TODO: RUSTPYTHON")
196198
class PyCompileTestsWithSourceEpoch(PyCompileTestsBase,
197199
unittest.TestCase,
198200
metaclass=SourceDateEpochTestMeta,

0 commit comments

Comments
 (0)