============================= test session starts ============================== platform linux -- Python 3.10.1, pytest-6.2.5, py-1.11.0, pluggy-0.13.1 rootdir: /build/python-trustme/src/trustme-0.9.0 collected 10 items / 1 error / 9 selected ==================================== ERRORS ==================================== ____________________ ERROR collecting tests/test_trustme.py ____________________ ImportError while importing test module '/build/python-trustme/src/trustme-0.9.0/tests/test_trustme.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_trustme.py:21: in import service_identity.pyopenssl # type: ignore[import] /usr/lib/python3.10/site-packages/service_identity/__init__.py:7: in from . import cryptography, pyopenssl /usr/lib/python3.10/site-packages/service_identity/pyopenssl.py:14: in from pyasn1_modules.rfc2459 import GeneralNames E ModuleNotFoundError: No module named 'pyasn1_modules' =========================== short test summary info ============================ ERROR tests/test_trustme.py !!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!! =============================== 1 error in 1.47s =============================== ==> ERROR: A failure occurred in check().  Aborting...