running install /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( running build running build_py running install_lib creating /build/python-pytest-asyncio/src/pytest-asyncio-0.16.0/tmp_install creating /build/python-pytest-asyncio/src/pytest-asyncio-0.16.0/tmp_install/usr creating /build/python-pytest-asyncio/src/pytest-asyncio-0.16.0/tmp_install/usr/lib creating /build/python-pytest-asyncio/src/pytest-asyncio-0.16.0/tmp_install/usr/lib/python3.10 creating /build/python-pytest-asyncio/src/pytest-asyncio-0.16.0/tmp_install/usr/lib/python3.10/site-packages creating /build/python-pytest-asyncio/src/pytest-asyncio-0.16.0/tmp_install/usr/lib/python3.10/site-packages/pytest_asyncio copying build/lib/pytest_asyncio/__init__.py -> /build/python-pytest-asyncio/src/pytest-asyncio-0.16.0/tmp_install/usr/lib/python3.10/site-packages/pytest_asyncio copying build/lib/pytest_asyncio/plugin.py -> /build/python-pytest-asyncio/src/pytest-asyncio-0.16.0/tmp_install/usr/lib/python3.10/site-packages/pytest_asyncio byte-compiling /build/python-pytest-asyncio/src/pytest-asyncio-0.16.0/tmp_install/usr/lib/python3.10/site-packages/pytest_asyncio/__init__.py to __init__.cpython-310.pyc byte-compiling /build/python-pytest-asyncio/src/pytest-asyncio-0.16.0/tmp_install/usr/lib/python3.10/site-packages/pytest_asyncio/plugin.py to plugin.cpython-310.pyc writing byte-compilation script '/tmp/tmpft5fo8y_.py' /usr/bin/python -Wignore:The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives:DeprecationWarning /tmp/tmpft5fo8y_.py removing /tmp/tmpft5fo8y_.py running install_egg_info running egg_info creating pytest_asyncio.egg-info writing pytest_asyncio.egg-info/PKG-INFO writing dependency_links to pytest_asyncio.egg-info/dependency_links.txt writing entry points to pytest_asyncio.egg-info/entry_points.txt writing requirements to pytest_asyncio.egg-info/requires.txt writing top-level names to pytest_asyncio.egg-info/top_level.txt writing manifest file 'pytest_asyncio.egg-info/SOURCES.txt' reading manifest file 'pytest_asyncio.egg-info/SOURCES.txt' adding license file 'LICENSE' writing manifest file 'pytest_asyncio.egg-info/SOURCES.txt' Copying pytest_asyncio.egg-info to /build/python-pytest-asyncio/src/pytest-asyncio-0.16.0/tmp_install/usr/lib/python3.10/site-packages/pytest_asyncio-0.16.0-py3.10.egg-info running install_scripts ============================= test session starts ============================== platform linux -- Python 3.10.1, pytest-6.2.5, py-1.11.0, pluggy-0.13.1 rootdir: /build/python-pytest-asyncio/src/pytest-asyncio-0.16.0, configfile: setup.cfg, testpaths: tests plugins: asyncio-0.16.0 collected 35 items / 1 error / 34 selected ==================================== ERRORS ==================================== ____________ ERROR collecting tests/test_hypothesis_integration.py _____________ ImportError while importing test module '/build/python-pytest-asyncio/src/pytest-asyncio-0.16.0/tests/test_hypothesis_integration.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /usr/lib/python3.10/importlib/__init__.py:126: in import_module return _bootstrap._gcd_import(name[level:], package, level) tests/test_hypothesis_integration.py:8: in from hypothesis import given, strategies as st E ModuleNotFoundError: No module named 'hypothesis' !!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!! =============================== 1 error in 1.26s =============================== ==> ERROR: A failure occurred in check().  Aborting...