Package: src:python-canmatrix
Version: 1.0~github-1
Severity: important
Tags: sid trixie
User: debian-pyt...@lists.debian.org
Usertags: python3.12
python-canmatrix's autopkg tests fail with Python 3.12:
[...]
480s autopkgtest [20:20:52]: test autodep8-python3: set -e ; for py in
$(py3versions -r 2>/dev/null) ; do cd "$AUTOPKGTEST_TMP" ; echo "Testing
with $py:" ; $py -c "import canmatrix; print(canmatrix)" ; done
480s autopkgtest [20:20:52]: test autodep8-python3: [-----------------------
480s Testing with python3.12:
480s arxml is not supported
480s ldf is not supported
480s kcd is not supported
480s fibex is not supported
480s xls is not supported
480s xlsx is not supported
480s yaml is not supported
480s odx is not supported
480s Traceback (most recent call last):
480s File "<string>", line 1, in <module>
480s File "/usr/lib/python3/dist-packages/canmatrix/__init__.py", line
11, in <module>
480s from canmatrix.canmatrix import (
480s File "/usr/lib/python3/dist-packages/canmatrix/canmatrix.py",
line 43, in <module>
480s from past.builtins import basestring
480s File "/usr/lib/python3/dist-packages/past/builtins/__init__.py",
line 54, in <module>
480s from past.builtins.misc import (apply, chr, cmp, execfile,
intern, oct,
480s File "/usr/lib/python3/dist-packages/past/builtins/misc.py", line
45, in <module>
480s from imp import reload
480s ModuleNotFoundError: No module named 'imp'
481s autopkgtest [20:20:53]: test autodep8-python3: -----------------------]