-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
Milestone
Description
Bug description
import collections.abc
Configuration
Command used
We use a complex github actions but notice the change when python updated to 3.13.1
using pylint-3.3.2
Pylint output
************* Module spinn_utilities.checker
spinn_utilities/checker.py:1:0: C0304: Final newline missing (missing-final-newline)
spinn_utilities/checker.py:1:0: E0401: Unable to import 'collections.abc' (import-error)
spinn_utilities/checker.py:1:0: W0611: Unused import collections.abc (unused-import)
Expected behavior
Not seeing the Unable to import 'collections.abc' (import-error)
Other messages are due to the tiny example
likely due to
python/cpython@d46d291
Pylint version
Python 3.13.1
Did not happen with
Python 3.13.0
OS / Environment
tested with github actions using
Ubuntu
22.04.5
LTS
Additional dependencies
ziesemer, bananastalktome, Torom, jamesbraza, rbeauchamp and 6 more