-
Notifications
You must be signed in to change notification settings - Fork 35
Remove Mongo Pin #1043
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove Mongo Pin #1043
Conversation
|
I believe it's because of this: |
|
This adds motivation to completing work on #846 |
|
fwiw one of our engineers here was previously at mongo and he said that in their own testing that they just would spin up true copies of mongo rather than try use any of these mocking tools because maintaining a mocking package just created extra work. That's why there's not a first party testing framework afaik. Internally for tests that rely on mongo we're using https://github.com/supercharge/mongodb-github-action and then if you want to run locally you just have to setup a mongo server locally. |
MP ecosystem is pinned to pymongo 11 trying to trace why and resolve.