You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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).
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)
The text was updated successfully, but these errors were encountered: