2023-02-01T04:56 2023-02-01T04:56 ============================= test session starts ============================== platform linux -- Python 3.10.6, pytest-7.1.3, pluggy-1.0.0 rootdir: /usr/lib/python3-hypothesis/ptest plugins: hypothesis-6.54.5, subtests-0.8.0 collected 0 items / 2 errors ==================================== ERRORS ==================================== _______________ ERROR collecting examples/test_binary_search.py ________________ ImportError while importing test module '/usr/lib/python3-hypothesis/ptest/examples/test_binary_search.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: ../../python3.10/site-packages/hypothesis/internal/compat.py:18: in BaseExceptionGroup = BaseExceptionGroup E NameError: name 'BaseExceptionGroup' is not defined During handling of the above exception, another exception occurred: ../../python3.10/importlib/__init__.py:126: in import_module return _bootstrap._gcd_import(name[level:], package, level) examples/test_binary_search.py:28: in from hypothesis import given, strategies as st ../../python3.10/site-packages/hypothesis/__init__.py:19: in from hypothesis._settings import HealthCheck, Phase, Verbosity, settings ../../python3.10/site-packages/hypothesis/_settings.py:32: in from hypothesis.internal.reflection import get_pretty_function_description ../../python3.10/site-packages/hypothesis/internal/reflection.py:29: in from hypothesis.internal.compat import is_typed_named_tuple, update_code_location ../../python3.10/site-packages/hypothesis/internal/compat.py:21: in from exceptiongroup import ( E ModuleNotFoundError: No module named 'exceptiongroup' ____________________ ERROR collecting examples/test_rle.py _____________________ ImportError while importing test module '/usr/lib/python3-hypothesis/ptest/examples/test_rle.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: ../../python3.10/site-packages/hypothesis/internal/compat.py:18: in BaseExceptionGroup = BaseExceptionGroup E NameError: name 'BaseExceptionGroup' is not defined During handling of the above exception, another exception occurred: ../../python3.10/importlib/__init__.py:126: in import_module return _bootstrap._gcd_import(name[level:], package, level) examples/test_rle.py:32: in from hypothesis import assume, given, strategies as st ../../python3.10/site-packages/hypothesis/__init__.py:19: in from hypothesis._settings import HealthCheck, Phase, Verbosity, settings ../../python3.10/site-packages/hypothesis/_settings.py:32: in from hypothesis.internal.reflection import get_pretty_function_description ../../python3.10/site-packages/hypothesis/internal/reflection.py:29: in from hypothesis.internal.compat import is_typed_named_tuple, update_code_location ../../python3.10/site-packages/hypothesis/internal/compat.py:21: in from exceptiongroup import ( E ModuleNotFoundError: No module named 'exceptiongroup' =========================== short test summary info ============================ ERROR examples/test_binary_search.py ERROR examples/test_rle.py !!!!!!!!!!!!!!!!!!! Interrupted: 2 errors during collection !!!!!!!!!!!!!!!!!!!! ============================== 2 errors in 0.19s =============================== DURATION: 1