============================= test session starts ============================== platform linux -- Python 3.10.1, pytest-6.2.5, py-1.11.0, pluggy-0.13.1 rootdir: /build/python-scramp/src/scramp-1.4.1 plugins: mock-3.6.1 collected 0 items / 1 error ==================================== ERRORS ==================================== _____________________ ERROR collecting test/test_scramp.py _____________________ ImportError while importing test module '/build/python-scramp/src/scramp-1.4.1/test/test_scramp.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_scramp.py:5: in from scramp import ( scramp/__init__.py:1: in from scramp.core import ( scramp/core.py:24: in from asn1crypto.x509 import Certificate E ModuleNotFoundError: No module named 'asn1crypto' =========================== short test summary info ============================ ERROR test/test_scramp.py !!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!! =============================== 1 error in 0.71s =============================== ==> ERROR: A failure occurred in check().  Aborting...