============================= test session starts ==============================
platform linux -- Python 3.10.1, pytest-6.2.5, py-1.11.0, pluggy-0.13.1
rootdir: /build/python-fakeredis/src/fakeredis-1.7.0, configfile: setup.cfg
plugins: mock-3.6.1, asyncio-0.16.0
collected 1274 items / 1 error / 1273 selected

==================================== ERRORS ====================================
___________________ ERROR collecting test/test_hypothesis.py ___________________
ImportError while importing test module '/build/python-fakeredis/src/fakeredis-1.7.0/test/test_hypothesis.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)
test/test_hypothesis.py:4: in <module>
    import hypothesis
E   ModuleNotFoundError: No module named 'hypothesis'
=============================== warnings summary ===============================
../../../../usr/lib/python3.10/site-packages/redis/connection.py:2
  /usr/lib/python3.10/site-packages/redis/connection.py:2: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives
    from distutils.version import StrictVersion

-- Docs: https://docs.pytest.org/en/stable/warnings.html
=========================== short test summary info ============================
ERROR test/test_hypothesis.py
!!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!!
========================= 1 warning, 1 error in 11.19s =========================
[1m[31m==> ERROR:[m[1m A failure occurred in check().[m
[1m    Aborting...[m
