-
Notifications
You must be signed in to change notification settings - Fork 85
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
convert nosetests to pytest #1011
Labels
Comments
install nose-py3 instead of nose on Python3.10 |
Hey @miraclemore, thanks for the suggestions. However, after looking into |
Seems like it is much easier to test python logging with pytest than with nosetest, another reason why we should consider switching to pytest. |
Fixed in #1142. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug Report
Description
nose does not support python 3.10
nose-devs/nose#1099
https://nose.readthedocs.io/en/latest/#note-to-users
The text was updated successfully, but these errors were encountered: