# HG changeset patch # Parent 89704c124fa83882a5030ea1bb3a5b54b225b6d8 Issue #26583: Skip test_timestamp_overflow in test_import if bytecode files cannot be written. diff --git a/Lib/test/test_import/__init__.py b/Lib/test/test_import/__init__.py --- a/Lib/test/test_import/__init__.py +++ b/Lib/test/test_import/__init__.py @@ -278,6 +278,7 @@ """)) script_helper.assert_python_ok(testfn) + @skip_if_dont_write_bytecode def test_timestamp_overflow(self): # A modification timestamp larger than 2**32 should not be a problem # when importing a module (issue #11235).