-
-
Notifications
You must be signed in to change notification settings - Fork 281
2.11.6 creates pylint regression #1669
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
Comments
Which python version are those tests running on? |
python3-3.11.0~b3-6.fc37.x86_64 as in current Fedora Rawhide https://bodhi.fedoraproject.org/updates/?packages=python3.11 |
Curent |
We're close to being able to support 3.11 in pylint but we also need a new release of dill see pylint-dev/pylint#6551 |
pylint does not yet work with Python 3,11, see pylint-dev/astroid#1669 https://bugzilla.redhat.com/show_bug.cgi?id=2101222
Description of problem: The recent update [1] seems to have broken pylint (which didn't change in two months). Two days ago, python-dbusmock's pylint tests started to fail [2] with lots of messages like
dbusmock/mockobject.py:47:7: E1101: Module 'os' has no 'path' member (no-member)
dbusmock/mockobject.py:762:8: E1101: Module 'os' has no 'write' member (no-member)
These are bogus - of course the standard library
os
module knows about these.Version-Release number of selected component (if applicable):
python-astroid-2.11.6-1.fc37
python3-pylint-2.13.7-2.fc37.noarch
How reproducible: Always
Steps to Reproduce:
Additional info:
[1] https://bodhi.fedoraproject.org/updates/FEDORA-2022-4f1ff0f531
[2] https://github.com/martinpitt/python-dbusmock/runs/7035892203?check_suite_focus=true
The text was updated successfully, but these errors were encountered: