-
Notifications
You must be signed in to change notification settings - Fork 111
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
Tests still require nose #7100
Comments
@TheChymera: Is it just that you saw The intention here was to keep a nose-dependent |
I'm closing this, since I think there's nothing to do ATM. @TheChymera: Please feel free to reopen, if you think I misunderstood the point of it. |
The tests actually failed, because the code was loaded when running the test suite, but it's ok, I just listed nose as a dependency, will re-open if it's still needed by the next release. |
Actually, that suggests there's something incomplete on our end. Thx, @TheChymera |
@bpoldrack here is the build log documenting the failure on |
- ignore nose based test utils file for pytest, since importing would require nose - remove remaining references to nose based test utils - remove requirement for building docs Closes datalad#7100
Fixed by #7136 |
even though the test suite now works with pytest, nose is needed for testing, and not just for the docs (which is what
setup.py
indicates):The text was updated successfully, but these errors were encountered: