running pytest /usr/lib/python3.10/site-packages/setuptools/command/easy_install.py:156: EasyInstallDeprecationWarning: easy_install command is deprecated. Use build and pip and other standards-based tools. warnings.warn( /usr/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( Searching for frozenlist>=1.1.0 Reading https://pypi.org/simple/frozenlist/ /usr/lib/python3.10/site-packages/pkg_resources/__init__.py:116: PkgResourcesDeprecationWarning: is an invalid version and will not be supported in a future release warnings.warn( Downloading https://files.pythonhosted.org/packages/5c/ee/7c6287928ba776567603248e160387cf4143641ecf734e393ad9b2c82475/frozenlist-1.2.0.tar.gz#sha256=68201be60ac56aff972dc18085800b6ee07973c49103a8aba669dee3d71079de Best match: frozenlist 1.2.0 Processing frozenlist-1.2.0.tar.gz Writing /tmp/easy_install-2f57aqvo/frozenlist-1.2.0/setup.cfg Running frozenlist-1.2.0/setup.py -q bdist_egg --dist-dir /tmp/easy_install-2f57aqvo/frozenlist-1.2.0/egg-dist-tmp-9vw_k2h1 warning: no previously-included files matching '*.pyc' found anywhere in distribution warning: no previously-included files matching '*.pyd' found anywhere in distribution warning: no previously-included files matching '*.so' found anywhere in distribution warning: no previously-included files matching '*.lib' found anywhere in distribution warning: no previously-included files matching '*.dll' found anywhere in distribution warning: no previously-included files matching '*.a' found anywhere in distribution warning: no previously-included files matching '*.obj' found anywhere in distribution warning: no previously-included files found matching 'frozenlist/*.html' no previously-included directories found matching 'docs/_build' /usr/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( zip_safe flag not set; analyzing archive contents... frozenlist.__pycache__._frozenlist.cpython-310: module references __file__ ********************** * Accellerated build * ********************** creating /build/python-aiosignal/src/aiosignal-1.2.0/.eggs/frozenlist-1.2.0-py3.10-linux-riscv64.egg Extracting frozenlist-1.2.0-py3.10-linux-riscv64.egg to /build/python-aiosignal/src/aiosignal-1.2.0/.eggs Installed /build/python-aiosignal/src/aiosignal-1.2.0/.eggs/frozenlist-1.2.0-py3.10-linux-riscv64.egg running egg_info writing aiosignal.egg-info/PKG-INFO writing dependency_links to aiosignal.egg-info/dependency_links.txt writing requirements to aiosignal.egg-info/requires.txt writing top-level names to aiosignal.egg-info/top_level.txt reading manifest file 'aiosignal.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '*.pyc' found anywhere in distribution warning: no previously-included files matching '*.pyd' found anywhere in distribution warning: no previously-included files matching '*.so' found anywhere in distribution warning: no previously-included files matching '*.lib' found anywhere in distribution warning: no previously-included files matching '*.dll' found anywhere in distribution warning: no previously-included files matching '*.a' found anywhere in distribution warning: no previously-included files matching '*.obj' found anywhere in distribution warning: no previously-included files found matching 'aiosignal.html' no previously-included directories found matching 'docs/_build' adding license file 'LICENSE' writing manifest file 'aiosignal.egg-info/SOURCES.txt' running build_ext ============================= test session starts ============================== platform linux -- Python 3.10.1, pytest-6.2.5, py-1.11.0, pluggy-0.13.1 -- /usr/bin/python cachedir: .pytest_cache rootdir: /build/python-aiosignal/src/aiosignal-1.2.0, configfile: pytest.ini, testpaths: tests/ plugins: cov-2.12.1 collecting ... collected 0 items / 1 error ==================================== ERRORS ==================================== ____________________ ERROR collecting tests/test_signals.py ____________________ tests/test_signals.py:19: in ??? /usr/lib/python3.10/site-packages/_pytest/mark/structures.py:510: in __getattr__ warnings.warn( E pytest.PytestUnknownMarkWarning: Unknown pytest.mark.asyncio - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html ---------- coverage: platform linux, python 3.10.1-final-0 ----------- Name Stmts Miss Branch BrPart Cover --------------------------------------------------------- aiosignal/__init__.py 15 7 4 0 42% --------------------------------------------------------- TOTAL 15 7 4 0 42% !!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!! =============================== 1 error in 0.97s =============================== ==> ERROR: A failure occurred in check().  Aborting...