Package: src:lazy-object-proxy
Version: 1.9.0-1
Severity: important
Tags: sid trixie
User: debian-pyt...@lists.debian.org
Usertags: python3.12

lazy-object-proxy fails tests with Python 3.12:

[...]

=================================== FAILURES =================================== ________________________ test_func_10[subclassed-slots] ________________________
tests/test_async_py3.py:252: in test_func_10
    aw.throw(ZeroDivisionError, None, None)
E DeprecationWarning: the (type, exc, tb) signature of throw() is deprecated, use the single-arg signature instead. __________________________ test_func_10[normal-slots] __________________________
tests/test_async_py3.py:252: in test_func_10
    aw.throw(ZeroDivisionError, None, None)
E DeprecationWarning: the (type, exc, tb) signature of throw() is deprecated, use the single-arg signature instead. __________________________ test_func_10[normal-cext] ___________________________
tests/test_async_py3.py:252: in test_func_10
    aw.throw(ZeroDivisionError, None, None)
E DeprecationWarning: the (type, exc, tb) signature of throw() is deprecated, use the single-arg signature instead. ________________________ test_func_10[subclassed-cext] _________________________
tests/test_async_py3.py:252: in test_func_10
    aw.throw(ZeroDivisionError, None, None)
E DeprecationWarning: the (type, exc, tb) signature of throw() is deprecated, use the single-arg signature instead. _________________________ test_func_10[normal-simple] __________________________
tests/test_async_py3.py:252: in test_func_10
    aw.throw(ZeroDivisionError, None, None)
E DeprecationWarning: the (type, exc, tb) signature of throw() is deprecated, use the single-arg signature instead. _______________________ test_func_10[subclassed-simple] ________________________
tests/test_async_py3.py:252: in test_func_10
    aw.throw(ZeroDivisionError, None, None)
E DeprecationWarning: the (type, exc, tb) signature of throw() is deprecated, use the single-arg signature instead.

[...]

FAILED tests/test_async_py3.py::test_func_10[subclassed-slots] - DeprecationW... FAILED tests/test_async_py3.py::test_func_10[normal-slots] - DeprecationWarni... FAILED tests/test_async_py3.py::test_func_10[normal-cext] - DeprecationWarnin... FAILED tests/test_async_py3.py::test_func_10[subclassed-cext] - DeprecationWa... FAILED tests/test_async_py3.py::test_func_10[normal-simple] - DeprecationWarn... FAILED tests/test_async_py3.py::test_func_10[subclassed-simple] - Deprecation... ====== 6 failed, 1584 passed, 3 skipped, 36 xfailed, 42 xpassed in 12.37s ====== E: pybuild pybuild:395: test: plugin pyproject failed with: exit code=1: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build; python3.12 -m pytest tests

Reply via email to