Skip to content

Commit 84d2b58

Browse files
Eclips4youknowone
authored andcommitted
Update test_no_args_respects_force_flag with a unittest.expectedFailure decorator
1 parent 078fcc3 commit 84d2b58

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)