mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-02 19:39:49 +09:00
Unskip test_timestamp_overflow
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user