Package: src:uvloop
Version: 0.11.3+ds1-2
Severity: important
Tags: sid bullseye
User: debian-pyt...@lists.debian.org
Usertags: python3.8
The tests fail when run with python 3.8:
platform linux -- Python 3.8.0, pytest-4.6.5, py-1.8.0, pluggy-0.13.0
rootdir: /<<BUILDDIR>>/uvloop-0.11.3+ds1
collected 0 items / 16 errors
==================================== ERRORS ====================================
__ ERROR collecting .pybuild/cpython3_3.8_uvloop/build/tests/test_aiohttp.py ___
tests/test_aiohttp.py:13: in <module>
from uvloop import _testbase as tb
uvloop/__init__.py:7: in <module>
from .loop import Loop as __BaseLoop # NOQA
uvloop/includes/stdlib.pxi:114: in init uvloop.loop
cdef sys_set_coroutine_wrapper = sys.set_coroutine_wrapper
E AttributeError: module 'sys' has no attribute 'set_coroutine_wrapper'
____ ERROR collecting .pybuild/cpython3_3.8_uvloop/build/tests/test_base.py ____
tests/test_base.py:8: in <module>
import uvloop
uvloop/__init__.py:7: in <module>
from .loop import Loop as __BaseLoop # NOQA
uvloop/handles/handle.pyx:1: in init uvloop.loop
cdef class UVHandle:
E AttributeError: type object 'uvloop.loop.UVHandle' has no attribute
'__reduce_cython__'
__ ERROR collecting .pybuild/cpython3_3.8_uvloop/build/tests/test_context.py ___
tests/test_context.py:8: in <module>
from uvloop import _testbase as tb
uvloop/__init__.py:7: in <module>
from .loop import Loop as __BaseLoop # NOQA
uvloop/handles/handle.pyx:1: in init uvloop.loop
cdef class UVHandle:
E AttributeError: type object 'uvloop.loop.UVHandle' has no attribute
'__reduce_cython__'
___ ERROR collecting .pybuild/cpython3_3.8_uvloop/build/tests/test_cython.py ___
tests/test_cython.py:3: in <module>
from uvloop._testbase import UVTestCase
uvloop/__init__.py:7: in <module>
from .loop import Loop as __BaseLoop # NOQA
uvloop/handles/handle.pyx:1: in init uvloop.loop
cdef class UVHandle:
E AttributeError: type object 'uvloop.loop.UVHandle' has no attribute
'__reduce_cython__'
__ ERROR collecting .pybuild/cpython3_3.8_uvloop/build/tests/test_dealloc.py ___
tests/test_dealloc.py:5: in <module>
from uvloop import _testbase as tb
uvloop/__init__.py:7: in <module>
from .loop import Loop as __BaseLoop # NOQA
uvloop/handles/handle.pyx:1: in init uvloop.loop
cdef class UVHandle:
E AttributeError: type object 'uvloop.loop.UVHandle' has no attribute
'__reduce_cython__'
____ ERROR collecting .pybuild/cpython3_3.8_uvloop/build/tests/test_dns.py _____
tests/test_dns.py:5: in <module>
from uvloop import _testbase as tb
uvloop/__init__.py:7: in <module>
from .loop import Loop as __BaseLoop # NOQA
uvloop/handles/handle.pyx:1: in init uvloop.loop
cdef class UVHandle:
E AttributeError: type object 'uvloop.loop.UVHandle' has no attribute
'__reduce_cython__'
_ ERROR collecting .pybuild/cpython3_3.8_uvloop/build/tests/test_executors.py __
tests/test_executors.py:4: in <module>
from uvloop import _testbase as tb
uvloop/__init__.py:7: in <module>
from .loop import Loop as __BaseLoop # NOQA
uvloop/handles/handle.pyx:1: in init uvloop.loop
cdef class UVHandle:
E AttributeError: type object 'uvloop.loop.UVHandle' has no attribute
'__reduce_cython__'
__ ERROR collecting .pybuild/cpython3_3.8_uvloop/build/tests/test_process.py ___
tests/test_process.py:15: in <module>
from uvloop import _testbase as tb
uvloop/__init__.py:7: in <module>
from .loop import Loop as __BaseLoop # NOQA
uvloop/handles/handle.pyx:1: in init uvloop.loop
cdef class UVHandle:
E AttributeError: type object 'uvloop.loop.UVHandle' has no attribute
'__reduce_cython__'
___ ERROR collecting .pybuild/cpython3_3.8_uvloop/build/tests/test_regr1.py ____
tests/test_regr1.py:7: in <module>
from uvloop import _testbase as tb
uvloop/__init__.py:7: in <module>
from .loop import Loop as __BaseLoop # NOQA
uvloop/handles/handle.pyx:1: in init uvloop.loop
cdef class UVHandle:
E AttributeError: type object 'uvloop.loop.UVHandle' has no attribute
'__reduce_cython__'
__ ERROR collecting .pybuild/cpython3_3.8_uvloop/build/tests/test_signals.py ___
tests/test_signals.py:6: in <module>
import uvloop
uvloop/__init__.py:7: in <module>
from .loop import Loop as __BaseLoop # NOQA
uvloop/handles/handle.pyx:1: in init uvloop.loop
cdef class UVHandle:
E AttributeError: type object 'uvloop.loop.UVHandle' has no attribute
'__reduce_cython__'
__ ERROR collecting .pybuild/cpython3_3.8_uvloop/build/tests/test_sockets.py ___
tests/test_sockets.py:9: in <module>
from uvloop import _testbase as tb
uvloop/__init__.py:7: in <module>
from .loop import Loop as __BaseLoop # NOQA
uvloop/handles/handle.pyx:1: in init uvloop.loop
cdef class UVHandle:
E AttributeError: type object 'uvloop.loop.UVHandle' has no attribute
'__reduce_cython__'
___ ERROR collecting .pybuild/cpython3_3.8_uvloop/build/tests/test_tasks.py ____
tests/test_tasks.py:5: in <module>
from uvloop import _testbase as tb
uvloop/__init__.py:7: in <module>
from .loop import Loop as __BaseLoop # NOQA
uvloop/handles/handle.pyx:1: in init uvloop.loop
cdef class UVHandle:
E AttributeError: type object 'uvloop.loop.UVHandle' has no attribute
'__reduce_cython__'
____ ERROR collecting .pybuild/cpython3_3.8_uvloop/build/tests/test_tcp.py _____
tests/test_tcp.py:6: in <module>
import uvloop
uvloop/__init__.py:7: in <module>
from .loop import Loop as __BaseLoop # NOQA
uvloop/handles/handle.pyx:1: in init uvloop.loop
cdef class UVHandle:
E AttributeError: type object 'uvloop.loop.UVHandle' has no attribute
'__reduce_cython__'
__ ERROR collecting .pybuild/cpython3_3.8_uvloop/build/tests/test_testbase.py __
tests/test_testbase.py:3: in <module>
from uvloop import _testbase as tb
uvloop/__init__.py:7: in <module>
from .loop import Loop as __BaseLoop # NOQA
uvloop/handles/handle.pyx:1: in init uvloop.loop
cdef class UVHandle:
E AttributeError: type object 'uvloop.loop.UVHandle' has no attribute
'__reduce_cython__'
____ ERROR collecting .pybuild/cpython3_3.8_uvloop/build/tests/test_udp.py _____
tests/test_udp.py:9: in <module>
from uvloop import _testbase as tb
uvloop/__init__.py:7: in <module>
from .loop import Loop as __BaseLoop # NOQA
uvloop/handles/handle.pyx:1: in init uvloop.loop
cdef class UVHandle:
E AttributeError: type object 'uvloop.loop.UVHandle' has no attribute
'__reduce_cython__'
____ ERROR collecting .pybuild/cpython3_3.8_uvloop/build/tests/test_unix.py ____
tests/test_unix.py:10: in <module>
from uvloop import _testbase as tb
uvloop/__init__.py:7: in <module>
from .loop import Loop as __BaseLoop # NOQA
uvloop/handles/handle.pyx:1: in init uvloop.loop
cdef class UVHandle:
E AttributeError: type object 'uvloop.loop.UVHandle' has no attribute
'__reduce_cython__'
=============================== warnings summary ===============================
/usr/lib/python3/dist-packages/aiohttp/helpers.py:106
/usr/lib/python3/dist-packages/aiohttp/helpers.py:106: DeprecationWarning:
"@coroutine" decorator is deprecated since Python 3.8, use "async def" instead
def noop(*args, **kwargs): # type: ignore
tests/test_tcp.py:226
/<<BUILDDIR>>/uvloop-0.11.3+ds1/.pybuild/cpython3_3.8_uvloop/build/tests/test_tcp.py:226:
DeprecationWarning: invalid escape sequence \(
"error while attempting.*\('127.*: "
-- Docs: https://docs.pytest.org/en/latest/warnings.html
!!!!!!!!!!!!!!!!!!! Interrupted: 16 errors during collection !!!!!!!!!!!!!!!!!!!
===================== 2 warnings, 16 error in 0.47 seconds =====================