-
Notifications
You must be signed in to change notification settings - Fork 174
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
[BUG] Version incompatibility between direct usage of pylint-plugin-utils and indirect usage via pylint-django #478
Comments
…uired by pylint-django
Oops, sorry! Therefore I'll bump the requirement in prospector to Let's see if tests work and if so, I'll make a |
Drat, However that means it's a bit more than a bugfix release, so I think solution here is:
|
… requirement for supporting latest pylint-django and pylint-plugin-utils
@adamcunnington-mlg |
@carlio same issue with 0.8 of pylint-plugin-utils now which is required by pylint-django 2.5.5 |
prospector 1.5.3.1 includes the following requirements:
pylint-plugin-utils=^0.6"
pylint-django=^2.4.4"
The trouble is that pylint-django 2.5.0 just got released and it pins pylint-django as follows:
pylint-plugin-utils>=0.7
Therefore, you cannot install prospector now without ending up with an incompatible version of pylint-plugin-utils.
You can easily replicate this by using a installation tool with proper dependency evaluation like pip-tools or poetry.
Suggested Fix
The text was updated successfully, but these errors were encountered: