-
Notifications
You must be signed in to change notification settings - Fork 116
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 should not be installed, or find_packages() is incorrectly defined #129
Comments
That would conflict with #128 @aerostitch how does not installing tests affect Debian packaging ? |
I think a simpler patch will work for both use cases:
Thoughts ? |
Well I do need the tests in the pypi package, but they don't necessarily need to be in |
I want to move the tests directory under pylint_django so that when pip installs the package the layout is Otherwise we get a I don't think my initial proposal works though so I have to look at it again. |
I think pylint-django should not install tests (for sure, not under
.../site-packages/test
directory). Please, apply this patch to omit test installation.The text was updated successfully, but these errors were encountered: