NSLS-II / metadatastore

DEPRECATED: Incorporated into https://github.com/NSLS-II/databroker
Other
2 stars 11 forks source link

Pin pymongo to 2.6.3 on travis #181

Closed ericdill closed 9 years ago

ericdill commented 9 years ago

if travis passes, this PR is finished

ericdill commented 9 years ago

Ah fun... This error:

nose.proxy.TypeError: 'Collection' object is not callable. If you meant to call the 'initialize_ordered_bulk_op' method on a 'Collection' object it is failing because no such method 

is coming from pymongo 2.6.3 since initialize_ordered_bulk_op was introduced in 2.7.

metadatastore tests fail on pymongo > 3.0.0 and now fail on pymongo < 2.7.0.

ericdill commented 9 years ago

Taking what I've learned here and applying it to #176