Skip to content

Merge pull request #5293 from pypa/bugfix/integration-pip-flit-backend #1841

Merge pull request #5293 from pypa/bugfix/integration-pip-flit-backend

Merge pull request #5293 from pypa/bugfix/integration-pip-flit-backend #1841

Triggered via push August 8, 2026 18:05
Status Success
Total duration 44s
Artifacts

pyright.yml

on: push
Matrix: pyright
Fit to window
Zoom out
Zoom in

Annotations

22 warnings
pyright (3.14, ubuntu-latest)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-python@v5, jakebailey/pyright-action@v2. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
pyright (3.14, ubuntu-latest): setuptools/wheel.py#L106
Cannot access attribute "project_name" for class "Wheel*"   Attribute "project_name" is unknown (reportAttributeAccessIssue)
pyright (3.14, ubuntu-latest): setuptools/wheel.py#L96
Cannot access attribute "platform" for class "Wheel*"   Attribute "platform" is unknown (reportAttributeAccessIssue)
pyright (3.14, ubuntu-latest): setuptools/wheel.py#L95
Cannot access attribute "abi" for class "Wheel*"   Attribute "abi" is unknown (reportAttributeAccessIssue)
pyright (3.14, ubuntu-latest): setuptools/wheel.py#L94
Cannot access attribute "py_version" for class "Wheel*"   Attribute "py_version" is unknown (reportAttributeAccessIssue)
pyright (3.14, ubuntu-latest): setuptools/wheel.py#L73
"log" is unknown import symbol (reportAttributeAccessIssue)
pyright (3.14, ubuntu-latest): setuptools/wheel.py#L26
Import "distutils.util" could not be resolved from source (reportMissingModuleSource)
pyright (3.14, ubuntu-latest): setup.py#L52
Argument of type "str | None" cannot be assigned to parameter "path" of type "StrPath" in function "relpath"   Type "str | None" is not assignable to type "StrPath"     Type "None" is not assignable to type "StrPath"       "None" is not assignable to "str"       "None" is incompatible with protocol "PathLike[str]"         "__fspath__" is not present (reportArgumentType)
pyright (3.14, ubuntu-latest): setup.py#L52
No overloads for "relpath" match the provided arguments (reportCallIssue)
pyright (3.14, ubuntu-latest): setuptools/tests/test_logging.py#L69
Import "distutils.dist" could not be resolved from source (reportMissingModuleSource)
pyright (3.14, ubuntu-latest): setuptools/tests/test_logging.py#L39
"core" is not a known attribute of module "distutils" (reportAttributeAccessIssue)
pyright (3.10, ubuntu-latest)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-python@v5, jakebailey/pyright-action@v2. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
pyright (3.10, ubuntu-latest): setuptools/wheel.py#L94
Cannot access attribute "py_version" for class "Wheel*"   Attribute "py_version" is unknown (reportAttributeAccessIssue)
pyright (3.10, ubuntu-latest): setuptools/config/_apply_pyprojecttoml.py#L408
Argument of type "_S@reduce" cannot be assigned to parameter "name" of type "str" in function "getattr"   "object*" is not assignable to "str" (reportArgumentType)
pyright (3.10, ubuntu-latest): setuptools/config/_apply_pyprojecttoml.py#L408
No overloads for "getattr" match the provided arguments (reportCallIssue)
pyright (3.10, ubuntu-latest): _distutils_hack/__init__.py#L215
Expression value is unused (reportUnusedExpression)
pyright (3.10, ubuntu-latest): _distutils_hack/__init__.py#L76
Operator "in" not supported for types "Literal['_distutils']" and "str | None"   Operator "in" not supported for types "Literal['_distutils']" and "None" (reportOperatorIssue)
pyright (3.10, ubuntu-latest): setup.py#L52
Argument of type "str | None" cannot be assigned to parameter "path" of type "StrPath" in function "relpath"   Type "str | None" is not assignable to type "StrPath"     Type "None" is not assignable to type "StrPath"       "None" is not assignable to "str"       "None" is incompatible with protocol "PathLike[str]"         "__fspath__" is not present (reportArgumentType)
pyright (3.10, ubuntu-latest): setup.py#L52
No overloads for "relpath" match the provided arguments (reportCallIssue)
pyright (3.10, ubuntu-latest): setuptools/tests/test_logging.py#L78
"log" is not a known attribute of module "distutils.dist" (reportAttributeAccessIssue)
pyright (3.10, ubuntu-latest): setuptools/tests/test_logging.py#L76
"log" is not a known attribute of module "distutils.dist" (reportAttributeAccessIssue)
pyright (3.10, ubuntu-latest): setuptools/tests/test_logging.py#L39
"core" is not a known attribute of module "distutils" (reportAttributeAccessIssue)