Skip to content
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

prospector installs django when django is not detected as requirement #245

Closed
JensTimmerman opened this issue Mar 8, 2018 · 2 comments
Closed

Comments

@JensTimmerman
Copy link

JensTimmerman commented Mar 8, 2018

Since pylint-django added django as a requirement, and pylint-django is a requirement of prospector, django is pulled in for all tests that use prospector. (pylint-dev/pylint-django#132)

Even though requirements detector does not detect anything django related, pytlink-django is installed, which in turn installs django (which fails on python 2.7 if you don't specify django 1.11)

@chocoelho
Copy link
Contributor

IMHO, prospector shouldn't install pylint plugins such as pylint-celery, pylint-django and pylint-flask, since this should be handled through each project pylint configuration (meaning inside pylintrc).

@JensTimmerman
Copy link
Author

JensTimmerman commented May 23, 2018

seems to be fixed by pylint-dev/pylint-django#137

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants