-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Remove test dependencies from install_requires #4668
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
Conversation
- add setup.py test command for test execution - modify setupext's logic for dependency determination for a test requirements list - add nose to test requirements - update documentation accordingly This reverts commit 3d622fe. install mock for dock building
It is more informative to raise the error here
Looking at this again (I was only looking at the previous version of this PR for "correctness"). I have serious reservations about this PR. As I discussed offline with @jenshnielsen , matplotlib comes with a Probably at the very least, the test() function should detect the import failure and provide a very clear and simple message informing users to install nose/mock. |
And print an informative message
TST: Remove test dependencies from install_requires
A few small fixes for #4188