-
Notifications
You must be signed in to change notification settings - Fork 10
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
Deprecated installation of tests #284
Comments
Might be better to just move all the tests to a top-level directory so they're not installed at all? |
Would that not still be pulled in (and than provide a top-level package)? |
I think having tests installed is a feature - it means you can test the installed package by doing
|
For finding the packages, it's trivial to just have Ah, I didn't realise people tested installed packages! When developing, I usually do an editable install into a virtual env, which does test the package as it would be installed, but I can't say I ever test any package I've installed from pypi. |
I don't know if it's actually useful, but it seems nice to have as a possibility! Edit: also we use that method at the moment to run the tests on conda-forge, although it would probably be possible to change that. |
It seems some tests are currently installed as data, but that might change in the future.
See the output of setuptools below:
The text was updated successfully, but these errors were encountered: