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 a newer test framework #196

Closed
yacoder opened this issue Dec 28, 2022 · 2 comments
Closed

Replace "nose" with a newer test framework #196

yacoder opened this issue Dec 28, 2022 · 2 comments
Assignees

Comments

@yacoder
Copy link
Contributor

yacoder commented Dec 28, 2022

"nose" seems broken since Python 3.10 changed something in collections: nose-devs/nose#1122
And generally "nose" is not maintained.

I'm not an expert in Python test frameworks so I won't suggest a replacement, but maybe I can help migrate if you have a preference for a replacement framework.

@kristian-clausal
Copy link
Collaborator

We're definitely using nose2 for testing here at Clausal, but requirements.txt does have just "nose" in it. I'm not really familiar with the pitfalls of this, so I'll ask Tatu about it after New Years. The Makefile has nose2. Changes probably just involve a change in requirements.txt and documentation, but better safe than sorry.

@kristian-clausal
Copy link
Collaborator

Fixed in #197

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants