the following test fails on arm-linux-gnueabihf. with 3.10.x. It succeeded with 3.7.x. Not sure if that's an issue with the bindings, or mongodb itself.
====================================================================== ERROR: test_timestamp_values (test_objectid.TestObjectId) ---------------------------------------------------------------------- Traceback (most recent call last): File "/<<PKGBUILDDIR>>/test/test_objectid.py", line 193, in test_timestamp_values oid.generation_time, File "/<<PKGBUILDDIR>>/bson/objectid.py", line 234, in generation_time return datetime.datetime.fromtimestamp(timestamp, utc) OverflowError: timestamp out of range for platform time_t ---------------------------------------------------------------------- Ran 317 tests in 10.625s
- is caused by
-
PYTHON-1619 Implement ObjectID spec
- Closed
- is related to
-
PYTHON-2151 Test on a 32-bit platform
- Backlog