============================= 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-senf/src/python-senf-1.5.0
collecting ... collected 55 items / 1 error / 2 deselected / 52 selected

==================================== ERRORS ====================================
_____________________ ERROR collecting tests/test_hypo.py ______________________
ImportError while importing test module '/build/python-senf/src/python-senf-1.5.0/tests/test_hypo.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_hypo.py:28: in <module>
    from hypothesis import given, strategies, settings, HealthCheck
E   ModuleNotFoundError: No module named 'hypothesis'
=========================== short test summary info ============================
ERROR tests/test_hypo.py
!!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!!
======================== 2 deselected, 1 error in 2.18s ========================
[1m[31m==> ERROR:[m[1m A failure occurred in check().[m
[1m    Aborting...[m
