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

nose testing framework no longer supported for >=python3.9 #28

Closed
spj101 opened this issue Dec 21, 2022 · 1 comment
Closed

nose testing framework no longer supported for >=python3.9 #28

spj101 opened this issue Dec 21, 2022 · 1 comment

Comments

@spj101
Copy link
Collaborator

spj101 commented Dec 21, 2022

The nose testing framework is no longer supported for >=python3.9. We should migrate our make check tests to a current unit testing framework. This will also help to resolve #17.

It seems that pytest offers an actively maintained alternative.
The nose2pytest tool may help the migration.

@spj101
Copy link
Collaborator Author

spj101 commented Jun 2, 2023

Migrated to pytest in 2986a68, 0bd5a26, 7fbf317.

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

1 participant