From 86c71e5501735dbfedff5457bd31e06c19408b5d Mon Sep 17 00:00:00 2001 From: Padraic Fanning Date: Tue, 2 Feb 2021 19:28:49 -0500 Subject: [PATCH] Explain test_overridden_checked_hash_based_pyc --- Lib/test/test_importlib/source/test_file_loader.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/test/test_importlib/source/test_file_loader.py b/Lib/test/test_importlib/source/test_file_loader.py index f4f545017..41bc6f991 100644 --- a/Lib/test/test_importlib/source/test_file_loader.py +++ b/Lib/test/test_importlib/source/test_file_loader.py @@ -270,7 +270,7 @@ class SimpleTest(abc.LoaderTests): data[8:16], ) - @unittest.skip("TODO: RUSTPYTHON") + @unittest.skip("TODO: RUSTPYTHON, AttributeError: module 'unittest' has no attribute 'mock'") @util.writes_bytecode_files def test_overridden_checked_hash_based_pyc(self): with util.create_modules('_temp') as mapping, \