Skip to content

Update dependency pyright to v1.1.380 #26699

Update dependency pyright to v1.1.380

Update dependency pyright to v1.1.380 #26699

Triggered via pull request September 12, 2024 00:39
Status Failure
Total duration 6m 26s
Artifacts

tests.yml

on: pull_request
Check typeshed structure
13s
Check typeshed structure
Run pytype against the stubs
1m 41s
Run pytype against the stubs
Run mypy on the test cases
4m 27s
Run mypy on the test cases
Run the stub_uploader tests
3m 30s
Run the stub_uploader tests
Matrix: Run mypy against the 3.13 stubs
Matrix: Run mypy against the stubs
Matrix: Test typeshed with pyright
Fit to window
Zoom out
Zoom in

Annotations

22 errors
Test typeshed with pyright (Darwin, 3.11)
Exit code 1
Test typeshed with pyright (Darwin, 3.8)
Exit code 1
Test typeshed with pyright (Linux, 3.10)
Exit code 1
Test typeshed with pyright (Darwin, 3.13)
Exit code 1
Test typeshed with pyright (Linux, 3.11)
Exit code 1
Test typeshed with pyright (Darwin, 3.10)
Exit code 1
Test typeshed with pyright (Linux, 3.8)
Exit code 1
Test typeshed with pyright (Linux, 3.13)
Exit code 1
Test typeshed with pyright (Windows, 3.10)
Exit code 1
Test typeshed with pyright (Linux, 3.9)
Exit code 1
Test typeshed with pyright (Windows, 3.12)
Exit code 1
Test typeshed with pyright (Windows, 3.11)
Exit code 1
Test typeshed with pyright (Darwin, 3.9)
Exit code 1
Test typeshed with pyright (Windows, 3.13)
Exit code 1
Test typeshed with pyright (Windows, 3.8)
Exit code 1
Test typeshed with pyright (Windows, 3.9)
Exit code 1
Test typeshed with pyright (Darwin, 3.12)
Exit code 1
Test typeshed with pyright (Linux, 3.12): stdlib/@tests/test_cases/check_dataclasses.py#L86
"assert_type" mismatch: expected "DataclassInstance" but received "DataclassInstance | type[DataclassInstance]" (reportAssertTypeFailure)
Test typeshed with pyright (Linux, 3.12): stdlib/@tests/test_cases/check_dataclasses.py#L88
Argument of type "DataclassInstance | type[DataclassInstance]" cannot be assigned to parameter "obj" of type "DataclassInstance" in function "asdict"   Type "DataclassInstance | type[DataclassInstance]" is not assignable to type "DataclassInstance"     "__dataclass_fields__" is defined as a ClassVar in protocol (reportArgumentType)
Test typeshed with pyright (Linux, 3.12): stdlib/@tests/test_cases/check_dataclasses.py#L89
Argument of type "DataclassInstance | type[DataclassInstance]" cannot be assigned to parameter "obj" of type "DataclassInstance" in function "astuple"   Type "DataclassInstance | type[DataclassInstance]" is not assignable to type "DataclassInstance"     "__dataclass_fields__" is defined as a ClassVar in protocol (reportArgumentType)
Test typeshed with pyright (Linux, 3.12): stdlib/@tests/test_cases/check_dataclasses.py#L90
Argument of type "DataclassInstance | type[DataclassInstance]" cannot be assigned to parameter "obj" of type "_DataclassT@replace" in function "replace"   Type "DataclassInstance | type[DataclassInstance]" is not assignable to type "DataclassInstance"     Type "DataclassInstance | type[DataclassInstance]" is not assignable to type "DataclassInstance"       "__dataclass_fields__" is defined as a ClassVar in protocol (reportArgumentType)
Test typeshed with pyright (Linux, 3.12)
4 errors