-
Notifications
You must be signed in to change notification settings - Fork 31
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 is incompatible with Python >= 3.10 #95
Comments
Thanks. It's in my todo list to change to pytest, however I had to find the time to reconfigure my local dev env first! This applies to |
Anyway, the library can be used with python 3.10! |
STATUS: RESOLVED SOLUTION: Installing 'nose2' instead of the 'nosetests' I am still having this issue; nosetest runs fine for 3.7, 3.8, and 3.9 but fails for 3.10. Repo: https://github.com/Pranavkhade/PACKMAN
|
We ran https://pypi.org/project/nose2pytest in pull request #108 so now this repo tests with pytest, not nose. |
nose is nolonger supported by py3. You need to reinstall pynose as an alter.
python version -- 3.10 |
Running zero tests is probably not testing anything. |
nose.tools.assert_equals()
will raise an AttributeError on Python >= 3.10#93 used https://pypi.org/project/nose2pytest to migrate to pytest.
https://pypi.org/project/nose was last updated in 2015.
The text was updated successfully, but these errors were encountered: