VOLTTRON / volttron

VOLTTRON Distributed Control System Platform
https://volttron.readthedocs.io/
Other
457 stars 216 forks source link

Update mongodb-related dependencies #3005

Closed bonicim closed 2 years ago

bonicim commented 2 years ago

Description

Current mongo-related dependencies prevent test from running because our setup.py installs both bson and pymongo. Doing creates an import error when running the mongoutils tests. Instead, we should just install pymongo because it already comes with bson. See this SO post. We should update requirements.py to ensure we install only pymongo and the latest version; doing so will ensure that tests can be run.

Type of change

How Has This Been Tested?

6 passed in 102.04s (0:01:42)

Checklist: