We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e30a9ba commit 3b610a1Copy full SHA for 3b610a1
Lib/test/test_compileall.py
@@ -564,6 +564,8 @@ def test_no_args_compiles_path(self):
564
self.assertNotCompiled(self.initfn)
565
self.assertNotCompiled(self.barfn)
566
567
+ # TODO: RUSTPYTHON
568
+ @unittest.expectedFailure
569
@without_source_date_epoch # timestamp invalidation test
570
@support.requires_resource('cpu')
571
def test_no_args_respects_force_flag(self):
0 commit comments