Skip to content

Refactor VERSIONS handling #5239

Refactor VERSIONS handling

Refactor VERSIONS handling #5239

Triggered via pull request July 16, 2026 11:06
Status Failure
Total duration 28s
Artifacts

meta_tests.yml

on: pull_request
Stubsabot dry run
26s
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

22 errors
Check scripts and tests with pyright (Windows): tests/check_typeshed_structure.py#L143
Type of "extra" is unknown (reportUnknownVariableType)
Check scripts and tests with pyright (Windows): tests/check_typeshed_structure.py#L141
Cannot access attribute "keys" for class "SupportedVersions"   Attribute "keys" is unknown (reportAttributeAccessIssue)
Check scripts and tests with pyright (Windows): tests/check_typeshed_structure.py#L141
Type of "keys" is unknown (reportUnknownMemberType)
Check scripts and tests with pyright (Windows): tests/check_typeshed_structure.py#L141
Type of "extra" is unknown (reportUnknownVariableType)
Check scripts and tests with pyright (Windows): tests/check_typeshed_structure.py#L136
Argument type is partially unknown   Argument corresponds to parameter "iterable" in function "sorted"   Argument type is "list[Unknown]" (reportUnknownArgumentType)
Check scripts and tests with pyright (Windows): tests/check_typeshed_structure.py#L136
Type of "sorted_versions" is partially unknown   Type of "sorted_versions" is "list[Unknown]" (reportUnknownVariableType)
Check scripts and tests with pyright (Windows): tests/check_typeshed_structure.py#L134
Cannot access attribute "keys" for class "SupportedVersions"   Attribute "keys" is unknown (reportAttributeAccessIssue)
Check scripts and tests with pyright (Windows): tests/check_typeshed_structure.py#L134
Argument type is unknown   Argument corresponds to parameter "iterable" in function "__init__" (reportUnknownArgumentType)
Check scripts and tests with pyright (Windows): tests/check_typeshed_structure.py#L134
Type of "keys" is unknown (reportUnknownMemberType)
Check scripts and tests with pyright (Windows): tests/check_typeshed_structure.py#L134
Type of "versions" is partially unknown   Type of "versions" is "list[Unknown]" (reportUnknownVariableType)
Check scripts and tests with mypy (linux)
Process completed with exit code 1.
Check scripts and tests with mypy (win32)
Process completed with exit code 1.
Check scripts and tests with pyright (Linux): tests/check_typeshed_structure.py#L143
Type of "extra" is unknown (reportUnknownVariableType)
Check scripts and tests with pyright (Linux): tests/check_typeshed_structure.py#L141
Cannot access attribute "keys" for class "SupportedVersions"   Attribute "keys" is unknown (reportAttributeAccessIssue)
Check scripts and tests with pyright (Linux): tests/check_typeshed_structure.py#L141
Type of "keys" is unknown (reportUnknownMemberType)
Check scripts and tests with pyright (Linux): tests/check_typeshed_structure.py#L141
Type of "extra" is unknown (reportUnknownVariableType)
Check scripts and tests with pyright (Linux): tests/check_typeshed_structure.py#L136
Argument type is partially unknown   Argument corresponds to parameter "iterable" in function "sorted"   Argument type is "list[Unknown]" (reportUnknownArgumentType)
Check scripts and tests with pyright (Linux): tests/check_typeshed_structure.py#L136
Type of "sorted_versions" is partially unknown   Type of "sorted_versions" is "list[Unknown]" (reportUnknownVariableType)
Check scripts and tests with pyright (Linux): tests/check_typeshed_structure.py#L134
Cannot access attribute "keys" for class "SupportedVersions"   Attribute "keys" is unknown (reportAttributeAccessIssue)
Check scripts and tests with pyright (Linux): tests/check_typeshed_structure.py#L134
Argument type is unknown   Argument corresponds to parameter "iterable" in function "__init__" (reportUnknownArgumentType)
Check scripts and tests with pyright (Linux): tests/check_typeshed_structure.py#L134
Type of "keys" is unknown (reportUnknownMemberType)
Check scripts and tests with pyright (Linux): tests/check_typeshed_structure.py#L134
Type of "versions" is partially unknown   Type of "versions" is "list[Unknown]" (reportUnknownVariableType)