-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
pin astroid version? #4527
Comments
I think it makes sense, beside, anticipating the effect of new astroids in old pylint is always a difficult exercise. We might have impacted the performance of pylint 2.8.2 because of #4524 and cannot expect everyone to downgrade to 2.5.6 manually if that really become a problem. What do you think @cdce8p ? |
I agree, the situation isn't ideal. Usually it's not that big of a deal as we also release @Pierre-Sassoulas Do you consider releasing Long term we might want to consider vendoring |
With the released Astroid 2.5.7 even Pylint's selftests fail... |
Some mechanism of synced releases is required, IMO. Otherwise, CI is broken again :( |
Two tests are not passing but only because a false negative is now detected. See #4523 |
I released pylint 2.8.3 with astroid pinned to 2.5.6 and upgraded the release documentation so astroid is pinned for the next release in #4533. |
Thank you! |
Hi there. Would it be possible to pin the astroid version? It looks like in
astroid==2.5.7
, the inference was improved and started to notify errors that were false negatives before (which is a good thing).But this makes CI fail in a surprising way. If the new release came with
pylint
, it'd have been easier to fix the errors. 🙂The text was updated successfully, but these errors were encountered: