@@ -238,8 +238,6 @@ def test_unloadable(self):
238238 warnings .simplefilter ('ignore' , DeprecationWarning )
239239 loader .load_module ('bad name' )
240240
241- # TODO: RUSTPYTHON
242- @unittest .expectedFailure
243241 @util .writes_bytecode_files
244242 def test_checked_hash_based_pyc (self ):
245243 with util .create_modules ('_temp' ) as mapping :
@@ -271,8 +269,6 @@ def test_checked_hash_based_pyc(self):
271269 data [8 :16 ],
272270 )
273271
274- # TODO: RUSTPYTHON
275- @unittest .expectedFailure
276272 @util .writes_bytecode_files
277273 def test_overridden_checked_hash_based_pyc (self ):
278274 with util .create_modules ('_temp' ) as mapping , \
@@ -298,8 +294,6 @@ def test_overridden_checked_hash_based_pyc(self):
298294 loader .exec_module (mod )
299295 self .assertEqual (mod .state , 'old' )
300296
301- # TODO: RUSTPYTHON
302- @unittest .expectedFailure
303297 @util .writes_bytecode_files
304298 def test_unchecked_hash_based_pyc (self ):
305299 with util .create_modules ('_temp' ) as mapping :
@@ -330,8 +324,6 @@ def test_unchecked_hash_based_pyc(self):
330324 data [8 :16 ],
331325 )
332326
333- # TODO: RUSTPYTHON
334- @unittest .expectedFailure
335327 @util .writes_bytecode_files
336328 def test_overridden_unchecked_hash_based_pyc (self ):
337329 with util .create_modules ('_temp' ) as mapping , \
0 commit comments