Package: src:cinder
Version: 2:23.0.0-3
Severity: important
Tags: sid trixie
User: debian-pyt...@lists.debian.org
Usertags: python3.12

cinder's autopkg tests fail with Python 3.12:


[...]
672s autopkgtest [18:29:44]: test autodep8-python3: set -e ; for py in $(py3versions -r 2>/dev/null) ; do cd "$AUTOPKGTEST_TMP" ; echo "Testing with $py:" ; $py -c "import cinder; print(cinder)" ; done
672s autopkgtest [18:29:44]: test autodep8-python3: [-----------------------
672s Testing with python3.12:
672s Traceback (most recent call last):
672s   File "<string>", line 1, in <module>
672s File "/usr/lib/python3/dist-packages/cinder/__init__.py", line 21, in <module>
672s     import eventlet  # noqa
672s     ^^^^^^^^^^^^^^^
672s File "/usr/lib/python3/dist-packages/eventlet/__init__.py", line 17, in <module>
672s     from eventlet import convenience
672s File "/usr/lib/python3/dist-packages/eventlet/convenience.py", line 161, in <module>
672s     from eventlet.green import ssl
672s File "/usr/lib/python3/dist-packages/eventlet/green/ssl.py", line 25, in <module>
672s     _original_wrap_socket = __ssl.wrap_socket
672s                             ^^^^^^^^^^^^^^^^^
672s AttributeError: module 'ssl' has no attribute 'wrap_socket'

Reply via email to