-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Update stubinfo for latest typeshed #19771
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Diff from mypy_primer, showing the effect of this PR on open source code: typeshed-stats (https://github.com/AlexWaygood/typeshed-stats)
+ tests/test_serialize.py:9: error: Cannot find implementation or library stub for module named "bs4" [import-not-found]
- tests/test_serialize.py:9: error: Library stubs not installed for "bs4" [import-untyped]
- tests/test_serialize.py:9: note: Hint: "python3 -m pip install types-beautifulsoup4"
spark (https://github.com/apache/spark)
- python/pyspark/sql/connect/utils.py:72: error: Cannot find implementation or library stub for module named "grpc_status" [import-not-found]
+ python/pyspark/sql/connect/utils.py:72: error: Library stubs not installed for "grpc_status" [import-untyped]
- python/pyspark/sql/connect/client/retries.py:24: error: Cannot find implementation or library stub for module named "grpc_status" [import-not-found]
+ python/pyspark/sql/connect/client/retries.py:24: error: Library stubs not installed for "grpc_status" [import-untyped]
- python/pyspark/sql/connect/client/reattach.py:30: error: Cannot find implementation or library stub for module named "grpc_status" [import-not-found]
+ python/pyspark/sql/connect/client/reattach.py:30: error: Library stubs not installed for "grpc_status" [import-untyped]
- python/pyspark/sql/connect/client/core.py:59: error: Cannot find implementation or library stub for module named "grpc_status" [import-not-found]
+ python/pyspark/sql/connect/client/core.py:59: error: Library stubs not installed for "grpc_status" [import-untyped]
+ python/pyspark/sql/connect/client/core.py:59: note: Hint: "python3 -m pip install types-grpcio-status"
+ python/pyspark/sql/connect/client/core.py:59: note: (or run "mypy --install-types" to install all missing stub packages)
zulip (https://github.com/zulip/zulip)
- tools/lib/capitalization.py:5: error: Library stubs not installed for "bs4" [import-untyped]
+ tools/lib/capitalization.py:5: error: Cannot find implementation or library stub for module named "bs4" [import-not-found]
+ zerver/lib/url_preview/parsers/base.py:11: error: Cannot find implementation or library stub for module named "bs4" [import-not-found]
- zerver/lib/url_preview/parsers/base.py:11: error: Library stubs not installed for "bs4" [import-untyped]
- zerver/lib/url_preview/parsers/base.py:11: note: Hint: "python3 -m pip install types-beautifulsoup4"
- zerver/lib/url_preview/parsers/generic.py:3: error: Library stubs not installed for "bs4.element" [import-untyped]
+ zerver/lib/url_preview/parsers/generic.py:3: error: Cannot find implementation or library stub for module named "bs4.element" [import-not-found]
- tools/tests/test_capitalization_checker.py:3: error: Library stubs not installed for "bs4" [import-untyped]
+ tools/tests/test_capitalization_checker.py:3: error: Cannot find implementation or library stub for module named "bs4" [import-not-found]
- zerver/lib/html_to_text.py:3: error: Library stubs not installed for "bs4" [import-untyped]
+ zerver/lib/html_to_text.py:3: error: Cannot find implementation or library stub for module named "bs4" [import-not-found]
- zerver/lib/thumbnail.py:9: error: Library stubs not installed for "bs4" [import-untyped]
- zerver/lib/thumbnail.py:10: error: Library stubs not installed for "bs4.formatter" [import-untyped]
+ zerver/lib/thumbnail.py:9: error: Cannot find implementation or library stub for module named "bs4" [import-not-found]
+ zerver/lib/thumbnail.py:10: error: Cannot find implementation or library stub for module named "bs4.formatter" [import-not-found]
- zerver/lib/email_notifications.py:16: error: Library stubs not installed for "bs4" [import-untyped]
+ zerver/lib/email_notifications.py:16: error: Cannot find implementation or library stub for module named "bs4" [import-not-found]
- zerver/tests/test_middleware.py:4: error: Library stubs not installed for "bs4" [import-untyped]
+ zerver/tests/test_middleware.py:4: error: Cannot find implementation or library stub for module named "bs4" [import-not-found]
- zerver/tests/test_markdown.py:11: error: Library stubs not installed for "bs4" [import-untyped]
+ zerver/tests/test_markdown.py:11: error: Cannot find implementation or library stub for module named "bs4" [import-not-found]
- zerver/tests/test_auth_backends.py:23: error: Library stubs not installed for "bs4" [import-untyped]
- zerver/tests/test_auth_backends.py:24: error: Library stubs not installed for "bs4.element" [import-untyped]
+ zerver/tests/test_auth_backends.py:23: error: Cannot find implementation or library stub for module named "bs4" [import-not-found]
+ zerver/tests/test_auth_backends.py:24: error: Cannot find implementation or library stub for module named "bs4.element" [import-not-found]
- zerver/lib/import_realm.py:13: error: Library stubs not installed for "bs4" [import-untyped]
+ zerver/lib/import_realm.py:13: error: Cannot find implementation or library stub for module named "bs4" [import-not-found]
strawberry (https://github.com/strawberry-graphql/strawberry)
- strawberry/exceptions/syntax.py:5: note: (or run "mypy --install-types" to install all missing stub packages)
- strawberry/channels/handlers/base.py:14: error: Cannot find implementation or library stub for module named "channels.consumer" [import-not-found]
+ strawberry/channels/handlers/base.py:14: error: Library stubs not installed for "channels.consumer" [import-untyped]
- strawberry/channels/handlers/base.py:15: error: Cannot find implementation or library stub for module named "channels.generic.websocket" [import-not-found]
+ strawberry/channels/handlers/base.py:15: error: Library stubs not installed for "channels.generic.websocket" [import-untyped]
+ strawberry/channels/handlers/base.py:15: note: Hint: "python3 -m pip install types-channels"
+ strawberry/channels/handlers/base.py:15: note: (or run "mypy --install-types" to install all missing stub packages)
- strawberry/channels/testing.py:13: error: Cannot find implementation or library stub for module named "channels.testing.websocket" [import-not-found]
+ strawberry/channels/testing.py:13: error: Library stubs not installed for "channels.testing.websocket" [import-untyped]
- strawberry/channels/handlers/http_handler.py:17: error: Cannot find implementation or library stub for module named "channels.db" [import-not-found]
+ strawberry/channels/handlers/http_handler.py:17: error: Library stubs not installed for "channels.db" [import-untyped]
- strawberry/channels/handlers/http_handler.py:18: error: Cannot find implementation or library stub for module named "channels.generic.http" [import-not-found]
+ strawberry/channels/handlers/http_handler.py:18: error: Library stubs not installed for "channels.generic.http" [import-untyped]
- strawberry/channels/router.py:14: error: Cannot find implementation or library stub for module named "channels.routing" [import-not-found]
+ strawberry/channels/router.py:14: error: Library stubs not installed for "channels.routing" [import-untyped]
urllib3 (https://github.com/urllib3/urllib3)
+ src/urllib3/contrib/socks.py:44: error: Unused "type: ignore" comment [unused-ignore]
+ src/urllib3/contrib/socks.py:44: error: Library stubs not installed for "socks" [import-untyped]
+ src/urllib3/contrib/socks.py:44: note: Error code "import-untyped" not covered by "type: ignore" comment
+ src/urllib3/contrib/socks.py:44: note: Hint: "python3 -m pip install types-PySocks"
+ src/urllib3/contrib/socks.py:44: note: (or run "mypy --install-types" to install all missing stub packages)
+ src/urllib3/contrib/pyopenssl.py:43: error: Unused "type: ignore" comment [unused-ignore]
+ src/urllib3/contrib/pyopenssl.py:43: error: Cannot find implementation or library stub for module named "OpenSSL.SSL" [import-not-found]
+ src/urllib3/contrib/pyopenssl.py:43: note: Error code "import-not-found" not covered by "type: ignore" comment
+ src/urllib3/contrib/pyopenssl.py:43: error: Cannot find implementation or library stub for module named "OpenSSL" [import-not-found]
+ src/urllib3/contrib/pyopenssl.py:64: error: Unused "type: ignore" comment [unused-ignore]
+ src/urllib3/contrib/pyopenssl.py:64: error: Cannot find implementation or library stub for module named "OpenSSL.crypto" [import-not-found]
+ src/urllib3/contrib/pyopenssl.py:64: note: Error code "import-not-found" not covered by "type: ignore" comment
+ test/contrib/test_socks.py:12: error: Unused "type: ignore" comment [unused-ignore]
+ test/contrib/test_socks.py:12: error: Library stubs not installed for "socks" [import-untyped]
+ test/contrib/test_socks.py:12: note: Error code "import-untyped" not covered by "type: ignore" comment
+ test/contrib/test_pyopenssl.py:10: error: Unused "type: ignore" comment [unused-ignore]
+ test/contrib/test_pyopenssl.py:10: error: Cannot find implementation or library stub for module named "OpenSSL.crypto" [import-not-found]
+ test/contrib/test_pyopenssl.py:10: note: Error code "import-not-found" not covered by "type: ignore" comment
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.