Skip to content

fix collections.abc.Callable and typing.Callable #35205

fix collections.abc.Callable and typing.Callable

fix collections.abc.Callable and typing.Callable #35205

Triggered via pull request March 5, 2026 07:21
Status Cancelled
Total duration 1m 36s
Artifacts

tests.yml

on: pull_request
Check typeshed structure
15s
Check typeshed structure
mypy: Run test cases
1m 25s
mypy: Run test cases
stub_uploader tests
1m 32s
stub_uploader tests
Matrix: pyright: Run test cases
Fit to window
Zoom out
Zoom in

Annotations

26 errors
pyright: Run test cases (Linux, 3.11)
Exit code 1
pyright: Run test cases (Linux, 3.14)
Exit code 1
pyright: Run test cases (Darwin, 3.12)
Exit code 1
pyright: Run test cases (Darwin, 3.14)
Exit code 1
pyright: Run test cases (Windows, 3.11)
Exit code 1
pyright: Run test cases (Darwin, 3.13)
Exit code 1
pyright: Run test cases (Darwin, 3.11)
Exit code 1
pyright: Run test cases (Linux, 3.12)
Exit code 1
pyright: Run test cases (Windows, 3.14)
Exit code 1
pyright: Run test cases (Linux, 3.13): stdlib/@tests/test_cases/check_collections_abc.py#L15
Expected type arguments for generic class "Callable" (reportMissingTypeArgument)
pyright: Run test cases (Linux, 3.13): stdlib/@tests/test_cases/check_collections_abc.py#L15
Type of parameter "c" is partially unknown   Parameter type is "Callable[..., Unknown]" (reportUnknownParameterType)
pyright: Run test cases (Linux, 3.13): stdlib/@tests/test_cases/check_collections_abc.py#L12
Type annotation is missing for parameter "kwargs" (reportMissingParameterType)
pyright: Run test cases (Linux, 3.13): stdlib/@tests/test_cases/check_collections_abc.py#L12
Type of parameter "kwargs" is unknown (reportUnknownParameterType)
pyright: Run test cases (Linux, 3.13): stdlib/@tests/test_cases/check_collections_abc.py#L12
Type annotation is missing for parameter "args" (reportMissingParameterType)
pyright: Run test cases (Linux, 3.13): stdlib/@tests/test_cases/check_collections_abc.py#L12
Type of parameter "args" is unknown (reportUnknownParameterType)
pyright: Run test cases (Linux, 3.13): stdlib/@tests/test_cases/check_collections_abc.py#L11
Expected type arguments for generic class "Callable" (reportMissingTypeArgument)
pyright: Run test cases (Linux, 3.13): stdlib/@tests/test_cases/check_collections_abc.py#L8
Type "type[Callable[_P@Callable, _R_co@Callable]]" is not assignable to declared type "type[Callable[..., Unknown]]"   "Callable[_P@Callable, _R_co@Callable]" is not a concrete class type and cannot be assigned to type "type[Callable[..., Unknown]]" (reportAssignmentType)
pyright: Run test cases (Linux, 3.13): stdlib/@tests/test_cases/check_collections_abc.py#L8
Expected type arguments for generic class "Callable" (reportMissingTypeArgument)
pyright: Run test cases (Linux, 3.13): stdlib/@tests/test_cases/check_collections_abc.py#L6
Expected type arguments for generic class "Callable" (reportMissingTypeArgument)
pyright: Run test cases (Windows, 3.13)
Exit code 1
pyright: Run test cases (Windows, 3.12)
Exit code 1
stub_uploader tests
Canceling since a higher priority waiting request for Test-callable exists
stub_uploader tests
The operation was canceled.
mypy: Run test cases
Canceling since a higher priority waiting request for Test-callable exists
mypy: Run test cases
The operation was canceled.
Test
Canceling since a higher priority waiting request for Test-callable exists