PR #284
PR.yml
on: workflow_dispatch
Matrix: Run CI / Test actions / Test setup-poetry
Matrix: Run CI / Test actions / Test analyze-project
Matrix: Run CI / Test actions / Test analyze-project (repo root)
Matrix: Run CI / Test actions / Test setup-python
Run CI
/
...
/
Test check-project-version
32s
Run CI
/
...
/
Test update-project-version
32s
Matrix: Run CI / Test actions / Test setup-poetry (cache hit)
Matrix: Run CI / Test actions / Test setup-poetry (no cache)
Matrix: Run CI / Test actions / Test analyze-project (cache hit)
Run CI
/
...
/
Test Results
3s
Annotations
182 errors and 50 notices
|
Run CI / Test actions / Test setup-python (macos-latest, 3.9)
WARNING: Cache entry deserialization failed, entry ignored
|
|
Run CI / Test actions / Test setup-poetry (macos-latest, 3.10)
WARNING: Cache entry deserialization failed, entry ignored
|
|
Run CI / Test actions / Test check-project-version
Process completed with exit code 1.
|
|
Project Version Error
The project version in pyproject.toml does not match the expected version.
If this workflow was triggered by a GitHub release, verify that the
release was tagged with the correct version. If they don't match, you
should either update pyproject.toml or delete and re-create the release
with the correct tag.
Project version: 1.0.0
Expected version: 1.0.1
|
|
Run CI / Test actions / Test setup-python (macos-latest, 3.10)
WARNING: Cache entry deserialization failed, entry ignored
|
|
Run CI / Test actions / Test setup-poetry (macos-latest, 3.9)
WARNING: Cache entry deserialization failed, entry ignored
|
|
Run CI / Test actions / Test setup-python (macos-latest, 3.13t)
WARNING: Cache entry deserialization failed, entry ignored
|
|
Run CI / Test actions / Test setup-python (macos-latest, 3.14t)
WARNING: Cache entry deserialization failed, entry ignored
|
|
Run CI / Test actions / Test setup-poetry (macos-latest, 3.14t)
WARNING: Cache entry deserialization failed, entry ignored
|
|
Run CI / Test actions / Test analyze-project (repo root) (macos-latest, 3.9)
WARNING: Cache entry deserialization failed, entry ignored
|
|
Run CI / Test actions / Test analyze-project (repo root) (macos-latest, 3.10)
WARNING: Cache entry deserialization failed, entry ignored
|
|
Run CI / Test actions / Test analyze-project (repo root) (macos-latest, 3.14t)
WARNING: Cache entry deserialization failed, entry ignored
|
|
|
|
Run CI / Test actions / Test analyze-project (ubuntu-latest, pypy3.11-7.3.20):
.github/test_projects/pyright-errors/src/test_project/pyright-errors.py#L20
Argument of type "Literal['numbers']" cannot be assigned to parameter "y" of type "int" in function "foo"
"Literal['numbers']" is not assignable to "int" (reportArgumentType)
|
|
Run CI / Test actions / Test analyze-project (ubuntu-latest, pypy3.11-7.3.20):
.github/test_projects/pyright-errors/src/test_project/pyright-errors.py#L20
Argument of type "Literal['not']" cannot be assigned to parameter "x" of type "int" in function "foo"
"Literal['not']" is not assignable to "int" (reportArgumentType)
|
|
Run CI / Test actions / Test analyze-project (ubuntu-latest, pypy3.11-7.3.20):
.github/test_projects/pyright-errors/src/test_project/pyright-errors.py#L17
Type "list[int | str]" is not assignable to declared type "list[int]"
"Literal['three']" is not assignable to "int" (reportAssignmentType)
|
|
Run CI / Test actions / Test analyze-project (ubuntu-latest, pypy3.11-7.3.20):
.github/test_projects/pyright-errors/src/test_project/pyright-errors.py#L13
Type "str" is not assignable to return type "int"
"str" is not assignable to "int" (reportReturnType)
|
|
Run CI / Test actions / Test analyze-project (ubuntu-latest, pypy3.11-7.3.20)
Process completed with exit code 255.
|
|
Run CI / Test actions / Test analyze-project (ubuntu-latest, pypy3.11-7.3.20)
Process completed with exit code 255.
|
|
|
|
Run CI / Test actions / Test analyze-project (ubuntu-latest, 3.12):
.github/test_projects/pyright-errors/src/test_project/pyright-errors.py#L20
Argument of type "Literal['numbers']" cannot be assigned to parameter "y" of type "int" in function "foo"
"Literal['numbers']" is not assignable to "int" (reportArgumentType)
|
|
Run CI / Test actions / Test analyze-project (ubuntu-latest, 3.12):
.github/test_projects/pyright-errors/src/test_project/pyright-errors.py#L20
Argument of type "Literal['not']" cannot be assigned to parameter "x" of type "int" in function "foo"
"Literal['not']" is not assignable to "int" (reportArgumentType)
|
|
Run CI / Test actions / Test analyze-project (ubuntu-latest, 3.12):
.github/test_projects/pyright-errors/src/test_project/pyright-errors.py#L17
Type "list[int | str]" is not assignable to declared type "list[int]"
"Literal['three']" is not assignable to "int" (reportAssignmentType)
|
|
Run CI / Test actions / Test analyze-project (ubuntu-latest, 3.12):
.github/test_projects/pyright-errors/src/test_project/pyright-errors.py#L13
Type "str" is not assignable to return type "int"
"str" is not assignable to "int" (reportReturnType)
|
|
Run CI / Test actions / Test analyze-project (ubuntu-latest, 3.12)
Process completed with exit code 255.
|
|
Run CI / Test actions / Test analyze-project (ubuntu-latest, 3.12)
Process completed with exit code 255.
|
|
|
|
Run CI / Test actions / Test analyze-project (ubuntu-latest, 3.11):
.github/test_projects/pyright-errors/src/test_project/pyright-errors.py#L20
Argument of type "Literal['numbers']" cannot be assigned to parameter "y" of type "int" in function "foo"
"Literal['numbers']" is not assignable to "int" (reportArgumentType)
|
|
Run CI / Test actions / Test analyze-project (ubuntu-latest, 3.11):
.github/test_projects/pyright-errors/src/test_project/pyright-errors.py#L20
Argument of type "Literal['not']" cannot be assigned to parameter "x" of type "int" in function "foo"
"Literal['not']" is not assignable to "int" (reportArgumentType)
|
|
Run CI / Test actions / Test analyze-project (ubuntu-latest, 3.11):
.github/test_projects/pyright-errors/src/test_project/pyright-errors.py#L17
Type "list[int | str]" is not assignable to declared type "list[int]"
"Literal['three']" is not assignable to "int" (reportAssignmentType)
|
|
Run CI / Test actions / Test analyze-project (ubuntu-latest, 3.11):
.github/test_projects/pyright-errors/src/test_project/pyright-errors.py#L13
Type "str" is not assignable to return type "int"
"str" is not assignable to "int" (reportReturnType)
|
|
Run CI / Test actions / Test analyze-project (ubuntu-latest, 3.11)
Process completed with exit code 255.
|
|
Run CI / Test actions / Test analyze-project (ubuntu-latest, 3.11)
Process completed with exit code 255.
|
|
|
|
Run CI / Test actions / Test analyze-project (ubuntu-latest, 3.10):
.github/test_projects/pyright-errors/src/test_project/pyright-errors.py#L20
Argument of type "Literal['numbers']" cannot be assigned to parameter "y" of type "int" in function "foo"
"Literal['numbers']" is not assignable to "int" (reportArgumentType)
|
|
Run CI / Test actions / Test analyze-project (ubuntu-latest, 3.10):
.github/test_projects/pyright-errors/src/test_project/pyright-errors.py#L20
Argument of type "Literal['not']" cannot be assigned to parameter "x" of type "int" in function "foo"
"Literal['not']" is not assignable to "int" (reportArgumentType)
|
|
Run CI / Test actions / Test analyze-project (ubuntu-latest, 3.10):
.github/test_projects/pyright-errors/src/test_project/pyright-errors.py#L17
Type "list[int | str]" is not assignable to declared type "list[int]"
"Literal['three']" is not assignable to "int" (reportAssignmentType)
|
|
Run CI / Test actions / Test analyze-project (ubuntu-latest, 3.10):
.github/test_projects/pyright-errors/src/test_project/pyright-errors.py#L13
Type "str" is not assignable to return type "int"
"str" is not assignable to "int" (reportReturnType)
|
|
Run CI / Test actions / Test analyze-project (ubuntu-latest, 3.10)
Process completed with exit code 255.
|
|
Run CI / Test actions / Test analyze-project (ubuntu-latest, 3.10)
Process completed with exit code 255.
|
|
|
|
Run CI / Test actions / Test analyze-project (macos-latest, 3.13):
.github/test_projects/pyright-errors/src/test_project/pyright-errors.py#L20
Argument of type "Literal['numbers']" cannot be assigned to parameter "y" of type "int" in function "foo"
"Literal['numbers']" is not assignable to "int" (reportArgumentType)
|
|
Run CI / Test actions / Test analyze-project (macos-latest, 3.13):
.github/test_projects/pyright-errors/src/test_project/pyright-errors.py#L20
Argument of type "Literal['not']" cannot be assigned to parameter "x" of type "int" in function "foo"
"Literal['not']" is not assignable to "int" (reportArgumentType)
|
|
Run CI / Test actions / Test analyze-project (macos-latest, 3.13):
.github/test_projects/pyright-errors/src/test_project/pyright-errors.py#L17
Type "list[int | str]" is not assignable to declared type "list[int]"
"Literal['three']" is not assignable to "int" (reportAssignmentType)
|
|
Run CI / Test actions / Test analyze-project (macos-latest, 3.13):
.github/test_projects/pyright-errors/src/test_project/pyright-errors.py#L13
Type "str" is not assignable to return type "int"
"str" is not assignable to "int" (reportReturnType)
|
|
Run CI / Test actions / Test analyze-project (macos-latest, 3.13)
Process completed with exit code 255.
|
|
Run CI / Test actions / Test analyze-project (macos-latest, 3.13)
Process completed with exit code 255.
|
|
Run CI / Test actions / Test analyze-project (repo root) (windows-latest, 3.14t)
Process completed with exit code 1.
|
|
|
|
Run CI / Test actions / Test analyze-project (ubuntu-latest, 3.13):
.github/test_projects/pyright-errors/src/test_project/pyright-errors.py#L20
Argument of type "Literal['numbers']" cannot be assigned to parameter "y" of type "int" in function "foo"
"Literal['numbers']" is not assignable to "int" (reportArgumentType)
|
|
Run CI / Test actions / Test analyze-project (ubuntu-latest, 3.13):
.github/test_projects/pyright-errors/src/test_project/pyright-errors.py#L20
Argument of type "Literal['not']" cannot be assigned to parameter "x" of type "int" in function "foo"
"Literal['not']" is not assignable to "int" (reportArgumentType)
|
|
Run CI / Test actions / Test analyze-project (ubuntu-latest, 3.13):
.github/test_projects/pyright-errors/src/test_project/pyright-errors.py#L17
Type "list[int | str]" is not assignable to declared type "list[int]"
"Literal['three']" is not assignable to "int" (reportAssignmentType)
|
|
Run CI / Test actions / Test analyze-project (ubuntu-latest, 3.13):
.github/test_projects/pyright-errors/src/test_project/pyright-errors.py#L13
Type "str" is not assignable to return type "int"
"str" is not assignable to "int" (reportReturnType)
|
|
Run CI / Test actions / Test analyze-project (ubuntu-latest, 3.13)
Process completed with exit code 255.
|
|
Run CI / Test actions / Test analyze-project (ubuntu-latest, 3.13)
Process completed with exit code 255.
|
|
|
|
Run CI / Test actions / Test analyze-project (macos-latest, 3.10):
.github/test_projects/pyright-errors/src/test_project/pyright-errors.py#L20
Argument of type "Literal['numbers']" cannot be assigned to parameter "y" of type "int" in function "foo"
"Literal['numbers']" is not assignable to "int" (reportArgumentType)
|
|
Run CI / Test actions / Test analyze-project (macos-latest, 3.10):
.github/test_projects/pyright-errors/src/test_project/pyright-errors.py#L20
Argument of type "Literal['not']" cannot be assigned to parameter "x" of type "int" in function "foo"
"Literal['not']" is not assignable to "int" (reportArgumentType)
|
|
Run CI / Test actions / Test analyze-project (macos-latest, 3.10):
.github/test_projects/pyright-errors/src/test_project/pyright-errors.py#L17
Type "list[int | str]" is not assignable to declared type "list[int]"
"Literal['three']" is not assignable to "int" (reportAssignmentType)
|
|
Run CI / Test actions / Test analyze-project (macos-latest, 3.10):
.github/test_projects/pyright-errors/src/test_project/pyright-errors.py#L13
Type "str" is not assignable to return type "int"
"str" is not assignable to "int" (reportReturnType)
|
|
Run CI / Test actions / Test analyze-project (macos-latest, 3.10)
Process completed with exit code 255.
|
|
Run CI / Test actions / Test analyze-project (macos-latest, 3.10)
Process completed with exit code 255.
|
|
Run CI / Test actions / Test analyze-project (macos-latest, 3.10)
WARNING: Cache entry deserialization failed, entry ignored
|
|
Run CI / Test actions / Test analyze-project (repo root) (ubuntu-latest, 3.14t)
The strategy configuration was canceled because "run_ci.test_actions.test_analyze_project_repo_root.windows-latest_3_14t" failed
|
|
Run CI / Test actions / Test analyze-project (repo root) (ubuntu-latest, 3.14t)
The operation was canceled.
|
|
|
|
Run CI / Test actions / Test analyze-project (ubuntu-latest, 3.9):
.github/test_projects/pyright-errors/src/test_project/pyright-errors.py#L20
Argument of type "Literal['numbers']" cannot be assigned to parameter "y" of type "int" in function "foo"
"Literal['numbers']" is not assignable to "int" (reportArgumentType)
|
|
Run CI / Test actions / Test analyze-project (ubuntu-latest, 3.9):
.github/test_projects/pyright-errors/src/test_project/pyright-errors.py#L20
Argument of type "Literal['not']" cannot be assigned to parameter "x" of type "int" in function "foo"
"Literal['not']" is not assignable to "int" (reportArgumentType)
|
|
Run CI / Test actions / Test analyze-project (ubuntu-latest, 3.9):
.github/test_projects/pyright-errors/src/test_project/pyright-errors.py#L17
Type "list[int | str]" is not assignable to declared type "list[int]"
"Literal['three']" is not assignable to "int" (reportAssignmentType)
|
|
Run CI / Test actions / Test analyze-project (ubuntu-latest, 3.9):
.github/test_projects/pyright-errors/src/test_project/pyright-errors.py#L13
Type "str" is not assignable to return type "int"
"str" is not assignable to "int" (reportReturnType)
|
|
Run CI / Test actions / Test analyze-project (ubuntu-latest, 3.9)
Process completed with exit code 255.
|
|
Run CI / Test actions / Test analyze-project (ubuntu-latest, 3.9)
Process completed with exit code 255.
|
|
|
|
Run CI / Test actions / Test analyze-project (ubuntu-latest, 3.14):
.github/test_projects/pyright-errors/src/test_project/pyright-errors.py#L20
Argument of type "Literal['numbers']" cannot be assigned to parameter "y" of type "int" in function "foo"
"Literal['numbers']" is not assignable to "int" (reportArgumentType)
|
|
Run CI / Test actions / Test analyze-project (ubuntu-latest, 3.14):
.github/test_projects/pyright-errors/src/test_project/pyright-errors.py#L20
Argument of type "Literal['not']" cannot be assigned to parameter "x" of type "int" in function "foo"
"Literal['not']" is not assignable to "int" (reportArgumentType)
|
|
Run CI / Test actions / Test analyze-project (ubuntu-latest, 3.14):
.github/test_projects/pyright-errors/src/test_project/pyright-errors.py#L17
Type "list[int | str]" is not assignable to declared type "list[int]"
"Literal['three']" is not assignable to "int" (reportAssignmentType)
|
|
Run CI / Test actions / Test analyze-project (ubuntu-latest, 3.14):
.github/test_projects/pyright-errors/src/test_project/pyright-errors.py#L13
Type "str" is not assignable to return type "int"
"str" is not assignable to "int" (reportReturnType)
|
|
Run CI / Test actions / Test analyze-project (ubuntu-latest, 3.14)
Process completed with exit code 255.
|
|
Run CI / Test actions / Test analyze-project (ubuntu-latest, 3.14)
Process completed with exit code 255.
|
|
|
|
Run CI / Test actions / Test analyze-project (macos-latest, 3.14):
.github/test_projects/pyright-errors/src/test_project/pyright-errors.py#L20
Argument of type "Literal['numbers']" cannot be assigned to parameter "y" of type "int" in function "foo"
"Literal['numbers']" is not assignable to "int" (reportArgumentType)
|
|
Run CI / Test actions / Test analyze-project (macos-latest, 3.14):
.github/test_projects/pyright-errors/src/test_project/pyright-errors.py#L20
Argument of type "Literal['not']" cannot be assigned to parameter "x" of type "int" in function "foo"
"Literal['not']" is not assignable to "int" (reportArgumentType)
|
|
Run CI / Test actions / Test analyze-project (macos-latest, 3.14):
.github/test_projects/pyright-errors/src/test_project/pyright-errors.py#L17
Type "list[int | str]" is not assignable to declared type "list[int]"
"Literal['three']" is not assignable to "int" (reportAssignmentType)
|
|
Run CI / Test actions / Test analyze-project (macos-latest, 3.14):
.github/test_projects/pyright-errors/src/test_project/pyright-errors.py#L13
Type "str" is not assignable to return type "int"
"str" is not assignable to "int" (reportReturnType)
|
|
Run CI / Test actions / Test analyze-project (macos-latest, 3.14)
Process completed with exit code 255.
|
|
Run CI / Test actions / Test analyze-project (macos-latest, 3.14)
Process completed with exit code 255.
|
|
Run CI / Test actions / Test analyze-project (macos-latest, 3.14t)
Process completed with exit code 1.
|
|
Run CI / Test actions / Test analyze-project (macos-latest, 3.14t)
WARNING: Cache entry deserialization failed, entry ignored
|
|
Run CI / Test actions / Test analyze-project (repo root) (windows-latest, 3.9)
The strategy configuration was canceled because "run_ci.test_actions.test_analyze_project_repo_root.windows-latest_3_14t" failed
|
|
Run CI / Test actions / Test analyze-project (repo root) (windows-latest, 3.9)
The operation was canceled.
|
|
|
|
Run CI / Test actions / Test analyze-project (macos-latest, 3.11):
.github/test_projects/pyright-errors/src/test_project/pyright-errors.py#L20
Argument of type "Literal['numbers']" cannot be assigned to parameter "y" of type "int" in function "foo"
"Literal['numbers']" is not assignable to "int" (reportArgumentType)
|
|
Run CI / Test actions / Test analyze-project (macos-latest, 3.11):
.github/test_projects/pyright-errors/src/test_project/pyright-errors.py#L20
Argument of type "Literal['not']" cannot be assigned to parameter "x" of type "int" in function "foo"
"Literal['not']" is not assignable to "int" (reportArgumentType)
|
|
Run CI / Test actions / Test analyze-project (macos-latest, 3.11):
.github/test_projects/pyright-errors/src/test_project/pyright-errors.py#L17
Type "list[int | str]" is not assignable to declared type "list[int]"
"Literal['three']" is not assignable to "int" (reportAssignmentType)
|
|
Run CI / Test actions / Test analyze-project (macos-latest, 3.11):
.github/test_projects/pyright-errors/src/test_project/pyright-errors.py#L13
Type "str" is not assignable to return type "int"
"str" is not assignable to "int" (reportReturnType)
|
|
Run CI / Test actions / Test analyze-project (macos-latest, 3.11)
Process completed with exit code 255.
|
|
Run CI / Test actions / Test analyze-project (macos-latest, 3.11)
Process completed with exit code 255.
|
|
Run CI / Test actions / Test analyze-project (windows-latest, 3.14t)
Process completed with exit code 1.
|
|
|
|
Run CI / Test actions / Test analyze-project (macos-latest, 3.9):
.github/test_projects/pyright-errors/src/test_project/pyright-errors.py#L20
Argument of type "Literal['numbers']" cannot be assigned to parameter "y" of type "int" in function "foo"
"Literal['numbers']" is not assignable to "int" (reportArgumentType)
|
|
Run CI / Test actions / Test analyze-project (macos-latest, 3.9):
.github/test_projects/pyright-errors/src/test_project/pyright-errors.py#L20
Argument of type "Literal['not']" cannot be assigned to parameter "x" of type "int" in function "foo"
"Literal['not']" is not assignable to "int" (reportArgumentType)
|
|
Run CI / Test actions / Test analyze-project (macos-latest, 3.9):
.github/test_projects/pyright-errors/src/test_project/pyright-errors.py#L17
Type "list[int | str]" is not assignable to declared type "list[int]"
"Literal['three']" is not assignable to "int" (reportAssignmentType)
|
|
Run CI / Test actions / Test analyze-project (macos-latest, 3.9):
.github/test_projects/pyright-errors/src/test_project/pyright-errors.py#L13
Type "str" is not assignable to return type "int"
"str" is not assignable to "int" (reportReturnType)
|
|
Run CI / Test actions / Test analyze-project (macos-latest, 3.9)
Process completed with exit code 255.
|
|
Run CI / Test actions / Test analyze-project (macos-latest, 3.9)
Process completed with exit code 255.
|
|
Run CI / Test actions / Test analyze-project (macos-latest, 3.9)
WARNING: Cache entry deserialization failed, entry ignored
|
|
Run CI / Test actions / Test setup-poetry (cache hit) (macos-latest, 3.10)
WARNING: Cache entry deserialization failed, entry ignored
|
|
|
|
Run CI / Test actions / Test analyze-project (macos-latest, pypy3.11-7.3.20):
.github/test_projects/pyright-errors/src/test_project/pyright-errors.py#L20
Argument of type "Literal['numbers']" cannot be assigned to parameter "y" of type "int" in function "foo"
"Literal['numbers']" is not assignable to "int" (reportArgumentType)
|
|
Run CI / Test actions / Test analyze-project (macos-latest, pypy3.11-7.3.20):
.github/test_projects/pyright-errors/src/test_project/pyright-errors.py#L20
Argument of type "Literal['not']" cannot be assigned to parameter "x" of type "int" in function "foo"
"Literal['not']" is not assignable to "int" (reportArgumentType)
|
|
Run CI / Test actions / Test analyze-project (macos-latest, pypy3.11-7.3.20):
.github/test_projects/pyright-errors/src/test_project/pyright-errors.py#L17
Type "list[int | str]" is not assignable to declared type "list[int]"
"Literal['three']" is not assignable to "int" (reportAssignmentType)
|
|
Run CI / Test actions / Test analyze-project (macos-latest, pypy3.11-7.3.20):
.github/test_projects/pyright-errors/src/test_project/pyright-errors.py#L13
Type "str" is not assignable to return type "int"
"str" is not assignable to "int" (reportReturnType)
|
|
Run CI / Test actions / Test analyze-project (macos-latest, pypy3.11-7.3.20)
Process completed with exit code 255.
|
|
Run CI / Test actions / Test analyze-project (macos-latest, pypy3.11-7.3.20)
Process completed with exit code 255.
|
|
Run CI / Test actions / Test setup-poetry (no cache) (macos-latest, 3.10)
WARNING: Cache entry deserialization failed, entry ignored
|
|
Run CI / Test actions / Test setup-poetry (cache hit) (macos-latest, 3.9)
WARNING: Cache entry deserialization failed, entry ignored
|
|
Run CI / Test actions / Test setup-poetry (no cache) (macos-latest, 3.9)
WARNING: Cache entry deserialization failed, entry ignored
|
|
|
|
Run CI / Test actions / Test analyze-project (macos-latest, 3.12):
.github/test_projects/pyright-errors/src/test_project/pyright-errors.py#L20
Argument of type "Literal['numbers']" cannot be assigned to parameter "y" of type "int" in function "foo"
"Literal['numbers']" is not assignable to "int" (reportArgumentType)
|
|
Run CI / Test actions / Test analyze-project (macos-latest, 3.12):
.github/test_projects/pyright-errors/src/test_project/pyright-errors.py#L20
Argument of type "Literal['not']" cannot be assigned to parameter "x" of type "int" in function "foo"
"Literal['not']" is not assignable to "int" (reportArgumentType)
|
|
Run CI / Test actions / Test analyze-project (macos-latest, 3.12):
.github/test_projects/pyright-errors/src/test_project/pyright-errors.py#L17
Type "list[int | str]" is not assignable to declared type "list[int]"
"Literal['three']" is not assignable to "int" (reportAssignmentType)
|
|
Run CI / Test actions / Test analyze-project (macos-latest, 3.12):
.github/test_projects/pyright-errors/src/test_project/pyright-errors.py#L13
Type "str" is not assignable to return type "int"
"str" is not assignable to "int" (reportReturnType)
|
|
Run CI / Test actions / Test analyze-project (macos-latest, 3.12)
Process completed with exit code 255.
|
|
Run CI / Test actions / Test analyze-project (macos-latest, 3.12)
Process completed with exit code 255.
|
|
|
|
Run CI / Test actions / Test analyze-project (ubuntu-latest, 3.14t):
.github/test_projects/pyright-errors/src/test_project/pyright-errors.py#L20
Argument of type "Literal['numbers']" cannot be assigned to parameter "y" of type "int" in function "foo"
"Literal['numbers']" is not assignable to "int" (reportArgumentType)
|
|
Run CI / Test actions / Test analyze-project (ubuntu-latest, 3.14t):
.github/test_projects/pyright-errors/src/test_project/pyright-errors.py#L20
Argument of type "Literal['not']" cannot be assigned to parameter "x" of type "int" in function "foo"
"Literal['not']" is not assignable to "int" (reportArgumentType)
|
|
Run CI / Test actions / Test analyze-project (ubuntu-latest, 3.14t):
.github/test_projects/pyright-errors/src/test_project/pyright-errors.py#L17
Type "list[int | str]" is not assignable to declared type "list[int]"
"Literal['three']" is not assignable to "int" (reportAssignmentType)
|
|
Run CI / Test actions / Test analyze-project (ubuntu-latest, 3.14t):
.github/test_projects/pyright-errors/src/test_project/pyright-errors.py#L13
Type "str" is not assignable to return type "int"
"str" is not assignable to "int" (reportReturnType)
|
|
Run CI / Test actions / Test analyze-project (ubuntu-latest, 3.14t)
Process completed with exit code 255.
|
|
Run CI / Test actions / Test analyze-project (ubuntu-latest, 3.14t)
Process completed with exit code 255.
|
|
Run CI / Test actions / Test setup-poetry (cache hit) (macos-latest, 3.14t)
WARNING: Cache entry deserialization failed, entry ignored
|
|
|
|
Run CI / Test actions / Test analyze-project (windows-latest, 3.12):
.github/test_projects/pyright-errors/src/test_project/pyright-errors.py#L20
Argument of type "Literal['numbers']" cannot be assigned to parameter "y" of type "int" in function "foo"
"Literal['numbers']" is not assignable to "int" (reportArgumentType)
|
|
Run CI / Test actions / Test analyze-project (windows-latest, 3.12):
.github/test_projects/pyright-errors/src/test_project/pyright-errors.py#L20
Argument of type "Literal['not']" cannot be assigned to parameter "x" of type "int" in function "foo"
"Literal['not']" is not assignable to "int" (reportArgumentType)
|
|
Run CI / Test actions / Test analyze-project (windows-latest, 3.12):
.github/test_projects/pyright-errors/src/test_project/pyright-errors.py#L17
Type "list[int | str]" is not assignable to declared type "list[int]"
"Literal['three']" is not assignable to "int" (reportAssignmentType)
|
|
Run CI / Test actions / Test analyze-project (windows-latest, 3.12):
.github/test_projects/pyright-errors/src/test_project/pyright-errors.py#L13
Type "str" is not assignable to return type "int"
"str" is not assignable to "int" (reportReturnType)
|
|
Run CI / Test actions / Test analyze-project (windows-latest, 3.12)
Process completed with exit code 127.
|
|
Run CI / Test actions / Test analyze-project (windows-latest, 3.12)
Process completed with exit code 127.
|
|
|
|
Run CI / Test actions / Test analyze-project (windows-latest, 3.10):
.github/test_projects/pyright-errors/src/test_project/pyright-errors.py#L20
Argument of type "Literal['numbers']" cannot be assigned to parameter "y" of type "int" in function "foo"
"Literal['numbers']" is not assignable to "int" (reportArgumentType)
|
|
Run CI / Test actions / Test analyze-project (windows-latest, 3.10):
.github/test_projects/pyright-errors/src/test_project/pyright-errors.py#L20
Argument of type "Literal['not']" cannot be assigned to parameter "x" of type "int" in function "foo"
"Literal['not']" is not assignable to "int" (reportArgumentType)
|
|
Run CI / Test actions / Test analyze-project (windows-latest, 3.10):
.github/test_projects/pyright-errors/src/test_project/pyright-errors.py#L17
Type "list[int | str]" is not assignable to declared type "list[int]"
"Literal['three']" is not assignable to "int" (reportAssignmentType)
|
|
Run CI / Test actions / Test analyze-project (windows-latest, 3.10):
.github/test_projects/pyright-errors/src/test_project/pyright-errors.py#L13
Type "str" is not assignable to return type "int"
"str" is not assignable to "int" (reportReturnType)
|
|
Run CI / Test actions / Test analyze-project (windows-latest, 3.10)
Process completed with exit code 127.
|
|
Run CI / Test actions / Test analyze-project (windows-latest, 3.10)
Process completed with exit code 127.
|
|
|
|
Run CI / Test actions / Test analyze-project (windows-latest, 3.14):
.github/test_projects/pyright-errors/src/test_project/pyright-errors.py#L20
Argument of type "Literal['numbers']" cannot be assigned to parameter "y" of type "int" in function "foo"
"Literal['numbers']" is not assignable to "int" (reportArgumentType)
|
|
Run CI / Test actions / Test analyze-project (windows-latest, 3.14):
.github/test_projects/pyright-errors/src/test_project/pyright-errors.py#L20
Argument of type "Literal['not']" cannot be assigned to parameter "x" of type "int" in function "foo"
"Literal['not']" is not assignable to "int" (reportArgumentType)
|
|
Run CI / Test actions / Test analyze-project (windows-latest, 3.14):
.github/test_projects/pyright-errors/src/test_project/pyright-errors.py#L17
Type "list[int | str]" is not assignable to declared type "list[int]"
"Literal['three']" is not assignable to "int" (reportAssignmentType)
|
|
Run CI / Test actions / Test analyze-project (windows-latest, 3.14):
.github/test_projects/pyright-errors/src/test_project/pyright-errors.py#L13
Type "str" is not assignable to return type "int"
"str" is not assignable to "int" (reportReturnType)
|
|
Run CI / Test actions / Test analyze-project (windows-latest, 3.14)
Process completed with exit code 127.
|
|
Run CI / Test actions / Test analyze-project (windows-latest, 3.14)
Process completed with exit code 127.
|
|
Run CI / Test actions / Test setup-poetry (no cache) (macos-latest, 3.14t)
WARNING: Cache entry deserialization failed, entry ignored
|
|
|
|
Run CI / Test actions / Test analyze-project (windows-latest, 3.13):
.github/test_projects/pyright-errors/src/test_project/pyright-errors.py#L20
Argument of type "Literal['numbers']" cannot be assigned to parameter "y" of type "int" in function "foo"
"Literal['numbers']" is not assignable to "int" (reportArgumentType)
|
|
Run CI / Test actions / Test analyze-project (windows-latest, 3.13):
.github/test_projects/pyright-errors/src/test_project/pyright-errors.py#L20
Argument of type "Literal['not']" cannot be assigned to parameter "x" of type "int" in function "foo"
"Literal['not']" is not assignable to "int" (reportArgumentType)
|
|
Run CI / Test actions / Test analyze-project (windows-latest, 3.13):
.github/test_projects/pyright-errors/src/test_project/pyright-errors.py#L17
Type "list[int | str]" is not assignable to declared type "list[int]"
"Literal['three']" is not assignable to "int" (reportAssignmentType)
|
|
Run CI / Test actions / Test analyze-project (windows-latest, 3.13):
.github/test_projects/pyright-errors/src/test_project/pyright-errors.py#L13
Type "str" is not assignable to return type "int"
"str" is not assignable to "int" (reportReturnType)
|
|
Run CI / Test actions / Test analyze-project (windows-latest, 3.13)
Process completed with exit code 127.
|
|
Run CI / Test actions / Test analyze-project (windows-latest, 3.13)
Process completed with exit code 127.
|
|
|
|
Run CI / Test actions / Test analyze-project (windows-latest, pypy3.11-7.3.20):
.github/test_projects/pyright-errors/src/test_project/pyright-errors.py#L20
Argument of type "Literal['numbers']" cannot be assigned to parameter "y" of type "int" in function "foo"
"Literal['numbers']" is not assignable to "int" (reportArgumentType)
|
|
Run CI / Test actions / Test analyze-project (windows-latest, pypy3.11-7.3.20):
.github/test_projects/pyright-errors/src/test_project/pyright-errors.py#L20
Argument of type "Literal['not']" cannot be assigned to parameter "x" of type "int" in function "foo"
"Literal['not']" is not assignable to "int" (reportArgumentType)
|
|
Run CI / Test actions / Test analyze-project (windows-latest, pypy3.11-7.3.20):
.github/test_projects/pyright-errors/src/test_project/pyright-errors.py#L17
Type "list[int | str]" is not assignable to declared type "list[int]"
"Literal['three']" is not assignable to "int" (reportAssignmentType)
|
|
Run CI / Test actions / Test analyze-project (windows-latest, pypy3.11-7.3.20):
.github/test_projects/pyright-errors/src/test_project/pyright-errors.py#L13
Type "str" is not assignable to return type "int"
"str" is not assignable to "int" (reportReturnType)
|
|
Run CI / Test actions / Test analyze-project (windows-latest, pypy3.11-7.3.20)
Process completed with exit code 127.
|
|
Run CI / Test actions / Test analyze-project (windows-latest, pypy3.11-7.3.20)
Process completed with exit code 127.
|
|
|
|
Run CI / Test actions / Test analyze-project (windows-latest, 3.9):
.github/test_projects/pyright-errors/src/test_project/pyright-errors.py#L20
Argument of type "Literal['numbers']" cannot be assigned to parameter "y" of type "int" in function "foo"
"Literal['numbers']" is not assignable to "int" (reportArgumentType)
|
|
Run CI / Test actions / Test analyze-project (windows-latest, 3.9):
.github/test_projects/pyright-errors/src/test_project/pyright-errors.py#L20
Argument of type "Literal['not']" cannot be assigned to parameter "x" of type "int" in function "foo"
"Literal['not']" is not assignable to "int" (reportArgumentType)
|
|
Run CI / Test actions / Test analyze-project (windows-latest, 3.9):
.github/test_projects/pyright-errors/src/test_project/pyright-errors.py#L17
Type "list[int | str]" is not assignable to declared type "list[int]"
"Literal['three']" is not assignable to "int" (reportAssignmentType)
|
|
Run CI / Test actions / Test analyze-project (windows-latest, 3.9):
.github/test_projects/pyright-errors/src/test_project/pyright-errors.py#L13
Type "str" is not assignable to return type "int"
"str" is not assignable to "int" (reportReturnType)
|
|
Run CI / Test actions / Test analyze-project (windows-latest, 3.9)
Process completed with exit code 127.
|
|
Run CI / Test actions / Test analyze-project (windows-latest, 3.9)
Process completed with exit code 127.
|
|
|
|
Run CI / Test actions / Test analyze-project (windows-latest, 3.11):
.github/test_projects/pyright-errors/src/test_project/pyright-errors.py#L20
Argument of type "Literal['numbers']" cannot be assigned to parameter "y" of type "int" in function "foo"
"Literal['numbers']" is not assignable to "int" (reportArgumentType)
|
|
Run CI / Test actions / Test analyze-project (windows-latest, 3.11):
.github/test_projects/pyright-errors/src/test_project/pyright-errors.py#L20
Argument of type "Literal['not']" cannot be assigned to parameter "x" of type "int" in function "foo"
"Literal['not']" is not assignable to "int" (reportArgumentType)
|
|
Run CI / Test actions / Test analyze-project (windows-latest, 3.11):
.github/test_projects/pyright-errors/src/test_project/pyright-errors.py#L17
Type "list[int | str]" is not assignable to declared type "list[int]"
"Literal['three']" is not assignable to "int" (reportAssignmentType)
|
|
Run CI / Test actions / Test analyze-project (windows-latest, 3.11):
.github/test_projects/pyright-errors/src/test_project/pyright-errors.py#L13
Type "str" is not assignable to return type "int"
"str" is not assignable to "int" (reportReturnType)
|
|
Run CI / Test actions / Test analyze-project (windows-latest, 3.11)
Process completed with exit code 127.
|
|
Run CI / Test actions / Test analyze-project (windows-latest, 3.11)
Process completed with exit code 127.
|
|
Run CI / Test actions / Test setup-python (windows-latest, 3.10)
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026
|
|
Run CI / Test actions / Test setup-python (windows-latest, 3.14)
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026
|
|
Run CI / Test actions / Test setup-python (windows-latest, 3.13)
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026
|
|
Run CI / Test actions / Test setup-python (windows-latest, 3.11)
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026
|
|
Run CI / Test actions / Test setup-python (windows-latest, 3.12)
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026
|
|
Notice
The next step is expected to fail.
|
|
Run CI / Test actions / Test setup-poetry (windows-latest, 3.12)
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026
|
|
Run CI / Test actions / Test setup-poetry (windows-latest, 3.14)
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026
|
|
Run CI / Test actions / Test setup-poetry (windows-latest, 3.11)
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026
|
|
Run CI / Test actions / Test setup-poetry (windows-latest, 3.13)
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026
|
|
Run CI / Test actions / Test setup-poetry (windows-latest, 3.10)
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026
|
|
Run CI / Test actions / Test setup-poetry (windows-latest, pypy3.11-7.3.20)
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026
|
|
Run CI / Test actions / Test setup-python (windows-latest, 3.14t)
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026
|
|
Run CI / Test actions / Test setup-python (windows-latest, 3.9)
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026
|
|
Run CI / Test actions / Test setup-poetry (windows-latest, 3.9)
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026
|
|
Run CI / Test actions / Test setup-python (windows-latest, pypy3.11-7.3.20)
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026
|
|
Run CI / Test actions / Test analyze-project (repo root) (windows-latest, 3.10)
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026
|
|
Run CI / Test actions / Test analyze-project (repo root) (windows-latest, 3.14)
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026
|
|
Run CI / Test actions / Test analyze-project (repo root) (windows-latest, 3.12)
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026
|
|
Run CI / Test actions / Test analyze-project (repo root) (windows-latest, 3.13)
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026
|
|
Run CI / Test actions / Test analyze-project (repo root) (windows-latest, 3.11)
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026
|
|
Run CI / Test actions / Test setup-python (windows-latest, 3.13t)
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026
|
|
Run CI / Test actions / Test analyze-project (repo root) (windows-latest, pypy3.11-7.3.20)
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026
|
|
Run CI / Test actions / Test setup-poetry (windows-latest, 3.14t)
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026
|
|
Run CI / Test actions / Test analyze-project (repo root) (windows-latest, 3.14t)
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026
|
|
Run CI / Test actions / Test analyze-project (repo root) (windows-latest, 3.9)
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026
|
|
Run CI / Test actions / Test analyze-project (windows-latest, 3.14t)
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026
|
|
Run CI / Test actions / Test setup-poetry (cache hit) (windows-latest, 3.14)
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026
|
|
Run CI / Test actions / Test setup-poetry (no cache) (windows-latest, 3.10)
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026
|
|
Run CI / Test actions / Test setup-poetry (no cache) (windows-latest, 3.14)
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026
|
|
Run CI / Test actions / Test setup-poetry (no cache) (windows-latest, 3.12)
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026
|
|
Run CI / Test actions / Test setup-poetry (cache hit) (windows-latest, 3.11)
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026
|
|
Run CI / Test actions / Test setup-poetry (cache hit) (windows-latest, 3.13)
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026
|
|
Run CI / Test actions / Test setup-poetry (cache hit) (windows-latest, 3.12)
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026
|
|
Run CI / Test actions / Test setup-poetry (no cache) (windows-latest, 3.13)
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026
|
|
Run CI / Test actions / Test setup-poetry (no cache) (windows-latest, 3.11)
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026
|
|
Run CI / Test actions / Test setup-poetry (no cache) (windows-latest, 3.9)
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026
|
|
Run CI / Test actions / Test setup-poetry (cache hit) (windows-latest, pypy3.11-7.3.20)
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026
|
|
Run CI / Test actions / Test setup-poetry (cache hit) (windows-latest, 3.9)
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026
|
|
Run CI / Test actions / Test analyze-project (windows-latest, 3.12)
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026
|
|
Run CI / Test actions / Test setup-poetry (cache hit) (windows-latest, 3.10)
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026
|
|
Run CI / Test actions / Test analyze-project (windows-latest, 3.10)
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026
|
|
Run CI / Test actions / Test analyze-project (windows-latest, 3.14)
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026
|
|
Run CI / Test actions / Test analyze-project (windows-latest, 3.13)
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026
|
|
Run CI / Test actions / Test setup-poetry (cache hit) (windows-latest, 3.14t)
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026
|
|
Run CI / Test actions / Test analyze-project (windows-latest, pypy3.11-7.3.20)
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026
|
|
Run CI / Test actions / Test setup-poetry (no cache) (windows-latest, pypy3.11-7.3.20)
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026
|
|
Run CI / Test actions / Test setup-poetry (no cache) (windows-latest, 3.14t)
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026
|
|
Run CI / Test actions / Test analyze-project (windows-latest, 3.9)
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026
|
|
Run CI / Test actions / Test analyze-project (windows-latest, 3.11)
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026
|