Skip to content

[pika] BlockingConnection.process_data_events accepts None (#15690) #4923

[pika] BlockingConnection.process_data_events accepts None (#15690)

[pika] BlockingConnection.process_data_events accepts None (#15690) #4923

Triggered via push May 1, 2026 10:17
Status Failure
Total duration 25s
Artifacts

meta_tests.yml

on: push
Stubsabot dry run
22s
Stubsabot dry run
Matrix: Check scripts and tests with mypy
Matrix: Check scripts and tests with pyright
Fit to window
Zoom out
Zoom in

Annotations

20 errors
Check scripts and tests with pyright (Windows): tests/mypy_test.py#L35
Type of "spec_matches_path" is partially unknown   Type of "spec_matches_path" is "(spec: PathSpec[Unknown], path: Path) -> bool" (reportUnknownVariableType)
Check scripts and tests with pyright (Windows): tests/mypy_test.py#L30
Type of "get_gitignore_spec" is partially unknown   Type of "get_gitignore_spec" is "_lru_cache_wrapper[PathSpec[Unknown]]" (reportUnknownVariableType)
Check scripts and tests with pyright (Windows): tests/check_typeshed_structure.py#L69
Type of "gitignore_spec" is partially unknown   Type of "gitignore_spec" is "PathSpec[Unknown]" (reportUnknownVariableType)
Check scripts and tests with pyright (Windows): tests/check_typeshed_structure.py#L43
Type of "gitignore_spec" is partially unknown   Type of "gitignore_spec" is "PathSpec[Unknown]" (reportUnknownVariableType)
Check scripts and tests with pyright (Windows): tests/check_typeshed_structure.py#L23
Type of "spec_matches_path" is partially unknown   Type of "spec_matches_path" is "(spec: PathSpec[Unknown], path: Path) -> bool" (reportUnknownVariableType)
Check scripts and tests with pyright (Windows): tests/check_typeshed_structure.py#L19
Type of "get_gitignore_spec" is partially unknown   Type of "get_gitignore_spec" is "_lru_cache_wrapper[PathSpec[Unknown]]" (reportUnknownVariableType)
Check scripts and tests with pyright (Windows): lib/ts_utils/utils.py#L269
Expected type arguments for generic class "PathSpec" (reportMissingTypeArgument)
Check scripts and tests with pyright (Windows): lib/ts_utils/utils.py#L269
Type of parameter "spec" is partially unknown   Parameter type is "PathSpec[Unknown]" (reportUnknownParameterType)
Check scripts and tests with pyright (Windows): lib/ts_utils/utils.py#L264
Expected type arguments for generic class "PathSpec" (reportMissingTypeArgument)
Check scripts and tests with pyright (Windows): lib/ts_utils/utils.py#L264
Return type, "PathSpec[Unknown]", is partially unknown (reportUnknownParameterType)
Check scripts and tests with pyright (Linux): tests/mypy_test.py#L35
Type of "spec_matches_path" is partially unknown   Type of "spec_matches_path" is "(spec: PathSpec[Unknown], path: Path) -> bool" (reportUnknownVariableType)
Check scripts and tests with pyright (Linux): tests/mypy_test.py#L30
Type of "get_gitignore_spec" is partially unknown   Type of "get_gitignore_spec" is "_lru_cache_wrapper[PathSpec[Unknown]]" (reportUnknownVariableType)
Check scripts and tests with pyright (Linux): tests/check_typeshed_structure.py#L69
Type of "gitignore_spec" is partially unknown   Type of "gitignore_spec" is "PathSpec[Unknown]" (reportUnknownVariableType)
Check scripts and tests with pyright (Linux): tests/check_typeshed_structure.py#L43
Type of "gitignore_spec" is partially unknown   Type of "gitignore_spec" is "PathSpec[Unknown]" (reportUnknownVariableType)
Check scripts and tests with pyright (Linux): tests/check_typeshed_structure.py#L23
Type of "spec_matches_path" is partially unknown   Type of "spec_matches_path" is "(spec: PathSpec[Unknown], path: Path) -> bool" (reportUnknownVariableType)
Check scripts and tests with pyright (Linux): tests/check_typeshed_structure.py#L19
Type of "get_gitignore_spec" is partially unknown   Type of "get_gitignore_spec" is "_lru_cache_wrapper[PathSpec[Unknown]]" (reportUnknownVariableType)
Check scripts and tests with pyright (Linux): lib/ts_utils/utils.py#L269
Expected type arguments for generic class "PathSpec" (reportMissingTypeArgument)
Check scripts and tests with pyright (Linux): lib/ts_utils/utils.py#L269
Type of parameter "spec" is partially unknown   Parameter type is "PathSpec[Unknown]" (reportUnknownParameterType)
Check scripts and tests with pyright (Linux): lib/ts_utils/utils.py#L264
Expected type arguments for generic class "PathSpec" (reportMissingTypeArgument)
Check scripts and tests with pyright (Linux): lib/ts_utils/utils.py#L264
Return type, "PathSpec[Unknown]", is partially unknown (reportUnknownParameterType)