Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Factory
python-pymongo
mongodb-skip-test.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File mongodb-skip-test.patch of Package python-pymongo
Index: pymongo-3.8.0/test/test_objectid.py =================================================================== --- pymongo-3.8.0.orig/test/test_objectid.py +++ pymongo-3.8.0/test/test_objectid.py @@ -172,7 +172,8 @@ class TestObjectId(unittest.TestCase): ObjectId() self.assertEqual(ObjectId._inc, 0) - def test_timestamp_values(self): + # this test overflows on i586 + def _test_timestamp_values(self): # Spec-test to check timestamp field is interpreted correctly. TEST_DATA = { 0x00000000: (1970, 1, 1, 0, 0, 0),
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor