Another attempt at fixing the collections.abc
issue for Python 3.13
#5511
ci.yaml
on: pull_request
Matrix: tests-windows
tests / process / coverage
0s
Annotations
16 errors, 8 warnings, and 1 notice
tests / run / 3.12 / Linux
Process completed with exit code 2.
|
tests / run / 3.11 / Linux
Process completed with exit code 2.
|
tests / run / 3.9 / Linux
Process completed with exit code 2.
|
E0001:
astroid/interpreter/_import/spec.py#L148
Parsing failed: 'unindent does not match any outer indentation level (astroid.interpreter._import.spec, line 148)'
|
E0611:
astroid/modutils.py#L35
No name 'spec' in module 'astroid.interpreter._import'
|
E0611:
astroid/manager.py#L22
No name 'spec' in module 'astroid.interpreter._import'
|
E0001:
astroid/manager.py#L459
Cannot import 'astroid.interpreter._import.spec' due to 'unindent does not match any outer indentation level (astroid.interpreter._import.spec, line 148)'
|
E0611:
astroid/manager.py#L459
No name 'spec' in module 'astroid.interpreter._import'
|
E0611:
tests/test_modutils.py#L24
No name 'spec' in module 'astroid.interpreter._import'
|
E1101:
tests/test_modutils.py#L510
Module 'astroid.interpreter._import' has no 'spec' member
|
E1101:
tests/test_modutils.py#L516
Module 'astroid.interpreter._import' has no 'spec' member
|
Checks
Process completed with exit code 1.
|
tests / run / 3.10 / Linux
Process completed with exit code 2.
|
tests / run / 3.13 / Linux
Process completed with exit code 2.
|
tests / run / pypy3.10 / Linux
Process completed with exit code 2.
|
tests / run / pypy3.9 / Linux
Process completed with exit code 2.
|
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.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.9 / Linux
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
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.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 / 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 / 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
|
I0021:
astroid/manager.py#L335
Useless suppression of 'no-member'
|