You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Adds GitHub Actions testing
- Adds Python 3.10 support - Fixes#841
- Adds pymongo 4.0 support - Fixes#844
- Adds handling of `directConnection`
- Fixed use of `pymongo.database.Database.authenticate`
- Fixed use of `pymongo.database.Database.add_user`
- Fixed use of `pymongo.collection.Collection.insert`
- Fixed use of `pymongo.collection.Collection.update`
- Fixed use of `pymongo.collection.Collection.ensure_index`
- Fixed use of `pymongo.collection.Collection.count`
- Fixed use of `pymongo.collection.Collection.group`
- Adds `pytest` support (needed for GitHub Actions support) - Fixes#842
Nose hasn't been maintained for years and has finally aged out of being compatible with Python 3.10
Choose your own adventure:
The text was updated successfully, but these errors were encountered: