-
Notifications
You must be signed in to change notification settings - Fork 239
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
[idea] Remove nose from testing & docs #499
Comments
Yes, that makes sense to me. I think that originally it was |
Then we could add an import X, where X is something we require? Like something pure Python near the top of this list? https://pythonwheels.com/ I'm quite sure I do this somewhere with requests. Don't remember where or why, though, just remember picking a recent version of requests. |
I've noticed the Windows Travis build failed because it couldn't download nose - can we remove nose from our tests and docs? Nose has been abandoned since 2015 in favor of pytest, which can run nose tests (and unittest and its own pytest format too). All major packages (including NumPy) transitioned over to pytest from nose. Showing abandonware in examples is not a great idea, IMO. :)
The text was updated successfully, but these errors were encountered: