-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
ImportError: cannot import name 'IAstroidChecker' from 'pylint.interfaces' #9144
Comments
This is an issue with Regarding the maintenance status of pylint-pytest we'd need to:
Seeing how many people use the plugin and are affected by the lack of maintenance and seeing that we have a potential maintainer for it, it would be nice to create short term guideline and a long term plan. (*) |
For the sake of visibility (and having everything in one place), I'll comment here: I'd prefer (permissions-permitting) to maintain the PyCQA fork - so that the "umbrella" of PyCQA exists (even if PyCQA will not maintain it). My repo can be the official repo, as long as people understand that my maintenance is on best-effort basis only. Same goes with my "maintenance-pledge". |
Removing need-decisions label, as @stdedos was able to recover the pypi credentials and decided to move to |
Agreed. Thanks to @stdedos for stepping up! Let us know if we can help, especially if you find issues that are simpler to fix in core. |
Hello, participants here :-) We have fixed pylint-dev/pylint-pytest#12 (aka #9144 i.e., this issue), and there is a planned release for tomorrow morning. Feel free to git-install (or the official release tomorrow) and test this. |
Bug description
I updated to the latest pylint via Poetry (
pylint = "*"
), and now it crashes for me. Should I downgrade to the latest 2.x until Pylint becomes stable?Configuration
I'm not sure what is relevant in my config. From pyproject.toml:
Command used
Pylint output
Expected behavior
For it to not crash. I thought it worked initially when I upgraded to pylint 3, but now it seems to not work. I have another project set up via Poetry on the same system that works with Pylint 3.0.0/3.0.1, so I'm not sure what is going on, or what I did to mess this project up.
Pylint version
OS / Environment
The text was updated successfully, but these errors were encountered: