-
Notifications
You must be signed in to change notification settings - Fork 114
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 tests don't run #490
Comments
We run the tests with Python 3.7 to 3.11 in the CI with nose with no errors. So I'm not sure why you are hitting an issue. |
Ok. It runs now after uninstalling nose and installing a maintained fork nose-py3 https://github.com/atsb/nose-py3/tags Please update your documentation or switch to pytest. nose-1.3.7 doesn't work and it is dead. |
You'll have to provide more information. The last release of nose works fine in our tests, so I don't know what is the cause of the error you are seeing.
I am happy to review a pull request to switch to pytest. |
nose is deprecated and the tests no longer run in python 3.10
collections.Callable is replaced by collections.abc.Callable.
OS is ubuntu 22.04.
The text was updated successfully, but these errors were encountered: