Skip to content
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

Replace Nose with an actively maintained unit testing library #842

Closed
stennie opened this issue Nov 27, 2021 · 0 comments · Fixed by #845
Closed

Replace Nose with an actively maintained unit testing library #842

stennie opened this issue Nov 27, 2021 · 0 comments · Fixed by #845
Milestone

Comments

@stennie
Copy link
Collaborator

stennie commented Nov 27, 2021

Nose hasn't been maintained for years and has finally aged out of being compatible with Python 3.10

Choose your own adventure:

@stennie stennie added this to the 1.7.1 milestone Nov 27, 2021
@stennie stennie assigned stennie and iamKushagra and unassigned stennie Dec 3, 2021
@stennie stennie modified the milestones: 1.7.1, 1.7.0 Dec 3, 2021
stennie pushed a commit that referenced this issue Dec 17, 2021
- 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants