Bug#1001341: genetic: autopkgtest needs update for python3.10: 'Sequence' from 'collections' is removed
Paul Gevers
elbrus at debian.org
Wed Dec 8 21:48:38 GMT 2021
Source: genetic
Version: 0.1.1b+git20170527.98255cb-2
Severity: serious
X-Debbugs-CC: debian-ci at lists.debian.org
Tags: sid bookworm
User: debian-ci at lists.debian.org
Usertags: needs-update
Control: affects -1 src:python3-defaults
Dear maintainer(s),
With a recent upload of python3-defaults the autopkgtest of genetic
fails in testing when that autopkgtest is run with the binary packages
of python3-defaults from unstable. It passes when run with only packages
from testing. In tabular form:
pass fail
python3-defaults from testing 3.9.8-1
genetic from testing 0.1.1b+git20170527.98255cb-2
all others from testing from testing
I copied some of the output at the bottom of this report.
https://docs.python.org/3.9/library/collections.html says:
"""
Deprecated since version 3.3, will be removed in version 3.10: Moved
Collections Abstract Base Classes to the collections.abc module. For
backwards compatibility, they continue to be visible in this module
through Python 3.9.
"""
Time to move on.
Currently this regression is blocking the migration of python3-defaults
to testing [1].
More information about this bug and the reason for filing it can be found on
https://wiki.debian.org/ContinuousIntegration/RegressionEmailInformation
Paul
[1] https://qa.debian.org/excuses.php?package=python3-defaults
https://ci.debian.net/data/autopkgtest/testing/amd64/g/genetic/17376868/log.gz
Testing with python3.10:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/usr/lib/python3/dist-packages/genetic/__init__.py", line 2, in
<module>
import genetic.populations
File
"/usr/lib/python3/dist-packages/genetic/populations/__init__.py", line
1, in <module>
from ._populations import *
File
"/usr/lib/python3/dist-packages/genetic/populations/_populations.py",
line 10, in <module>
from genetic.util import Workers, filter_duplicates
File "/usr/lib/python3/dist-packages/genetic/util/__init__.py", line
1, in <module>
from ._util import *
File "/usr/lib/python3/dist-packages/genetic/util/_util.py", line 1,
in <module>
from collections import Sequence
ImportError: cannot import name 'Sequence' from 'collections'
(/usr/lib/python3.10/collections/__init__.py)
autopkgtest [21:40:01]: test autodep8-python3
-------------- next part --------------
A non-text attachment was scrubbed...
Name: OpenPGP_signature
Type: application/pgp-signature
Size: 495 bytes
Desc: OpenPGP digital signature
URL: <http://alioth-lists.debian.net/pipermail/debian-science-maintainers/attachments/20211208/ff57b7e9/attachment-0001.sig>
More information about the debian-science-maintainers
mailing list