1 parent 717c667 commit 7cb8a37Copy full SHA for 7cb8a37
1 file changed
tests/test_value.py
@@ -441,6 +441,8 @@ def test_DateValue(self):
441
with self.subTest(date=date):
442
self.do_test_DateValue(date)
443
if exiv2.testVersion(0, 28, 4):
444
+ if sys.maxsize <= 2**32:
445
+ self.skipTest("Can't test 2038 bug on 32 bit system")
446
date = datetime.date(2039, 1, 1)
447
448
0 commit comments