From 6a99d183bbb4fe804841aecf89353adbf03c37cf Mon Sep 17 00:00:00 2001 From: Padraic Fanning Date: Tue, 2 Feb 2021 18:10:04 -0500 Subject: [PATCH] Unskip test_timestamp_overflow --- Lib/test/test_importlib/source/test_file_loader.py | 1 - 1 file changed, 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 79187e696..9975d2442 100644 --- a/Lib/test/test_importlib/source/test_file_loader.py +++ b/Lib/test/test_importlib/source/test_file_loader.py @@ -192,7 +192,6 @@ class SimpleTest(abc.LoaderTests): if os.path.exists(pycache): shutil.rmtree(pycache) - @unittest.skip("TODO: RUSTPYTHON") @util.writes_bytecode_files def test_timestamp_overflow(self): # When a modification timestamp is larger than 2**32, it should be