-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
relative imports of modules in namespace packages (without __init__.py) #3609
Labels
Comments
twmr
changed the title
relative imports of modules in packages without __init__
relative imports of modules in packages without __init__.py
May 10, 2020
twmr
changed the title
relative imports of modules in packages without __init__.py
relative imports of modules in namespace packages (without __init__.py)
May 10, 2020
This was referenced May 30, 2020
2 tasks
bonzini
pushed a commit
to qemu/qemu
that referenced
this issue
May 30, 2021
Pylint 2.5.x - 2.7.x have regressions that make import checking inconsistent, see: pylint-dev/pylint#3609 pylint-dev/pylint#3624 pylint-dev/pylint#3651 Pinning to 2.4.4 is worse, because it mandates versions of shared dependencies that are too old for features we want in isort and mypy. Oh well. Signed-off-by: John Snow <[email protected]> Reviewed-by: Cleber Rosa <[email protected]> Message-id: [email protected] Signed-off-by: John Snow <[email protected]>
bonzini
pushed a commit
to qemu/qemu
that referenced
this issue
Jun 2, 2021
Pylint 2.5.x - 2.7.x have regressions that make import checking inconsistent, see: pylint-dev/pylint#3609 pylint-dev/pylint#3624 pylint-dev/pylint#3651 Pinning to 2.4.4 is worse, because it mandates versions of shared dependencies that are too old for features we want in isort and mypy. Oh well. Signed-off-by: John Snow <[email protected]> Reviewed-by: Cleber Rosa <[email protected]> Message-id: [email protected] Signed-off-by: John Snow <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Steps to reproduce
Current behavior
Expected behavior
Both tests pass, i.e., there should be no special handling of modules that are named after stdlib modules.
pylint --version output
The text was updated successfully, but these errors were encountered: