X Tutup
Skip to content

Commit 3b610a1

Browse files
committed
Update test_no_args_respects_force_flag with a unittest.expectedFailure decorator
1 parent e30a9ba commit 3b610a1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Lib/test/test_compileall.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -564,6 +564,8 @@ def test_no_args_compiles_path(self):
564564
self.assertNotCompiled(self.initfn)
565565
self.assertNotCompiled(self.barfn)
566566

567+
# TODO: RUSTPYTHON
568+
@unittest.expectedFailure
567569
@without_source_date_epoch # timestamp invalidation test
568570
@support.requires_resource('cpu')
569571
def test_no_args_respects_force_flag(self):

0 commit comments

Comments
 (0)
X Tutup