Skip to content

Fix collections.abc import error #5479

Fix collections.abc import error

Fix collections.abc import error #5479

Triggered via pull request December 12, 2024 14:32
Status Failure
Total duration 3m 16s
Artifacts

ci.yaml

on: pull_request
Matrix: tests-linux
Matrix: tests-pypy
Matrix: tests-windows
tests / process / coverage
0s
tests / process / coverage
Fit to window
Zoom out
Zoom in

Annotations

17 errors, 8 warnings, and 2 notices
E0401: astroid/decorators.py#L13
Unable to import 'collections.abc'
E0401: astroid/modutils.py#L30
Unable to import 'collections.abc'
E0401: tests/test_transforms.py#L11
Unable to import 'collections.abc'
E0401: astroid/brain/brain_typing.py#L11
Unable to import 'collections.abc'
E0401: astroid/nodes/scoped_nodes/scoped_nodes.py#L17
Unable to import 'collections.abc'
E0401: astroid/brain/brain_functools.py#L9
Unable to import 'collections.abc'
E0401: astroid/interpreter/_import/spec.py#L18
Unable to import 'collections.abc'
E0401: astroid/transforms.py#L9
Unable to import 'collections.abc'
E0401: astroid/brain/brain_builtin_inference.py#L10
Unable to import 'collections.abc'
E0401: astroid/manager.py#L16
Unable to import 'collections.abc'
tests / run / 3.13 / Linux
Process completed with exit code 1.
tests / run / 3.12 / Linux
Process completed with exit code 1.
tests / run / 3.9 / Linux
Process completed with exit code 1.
tests / run / 3.11 / Linux
Process completed with exit code 1.
tests / run / 3.10 / Linux
Process completed with exit code 1.
tests / run / pypy3.10 / Linux
Process completed with exit code 1.
tests / run / pypy3.9 / Linux
Process completed with exit code 1.
Checks
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
tests / run / 3.13 / Linux
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
tests / run / 3.12 / Linux
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
tests / run / 3.9 / Linux
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
tests / run / 3.11 / Linux
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
tests / run / 3.10 / Linux
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
tests / run / pypy3.10 / Linux
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
tests / run / pypy3.9 / Linux
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
R0204: astroid/manager.py#L326
Redefinition of value type from .ModuleSpec to astroid.exceptions.AstroidImportError
I0021: astroid/manager.py#L335
Useless suppression of 'no-member'