============================= test session starts ============================== platform linux -- Python 3.10.1, pytest-6.2.5, py-1.11.0, pluggy-0.13.1 rootdir: /build/python-pyvhdlmodel/src/pyVHDLModel-0.12.0/tests, configfile: pytest.ini collected 0 items / 1 error ==================================== ERRORS ==================================== _____________________ ERROR collecting unit/Instantiate.py _____________________ ImportError while importing test module '/build/python-pyvhdlmodel/src/pyVHDLModel-0.12.0/tests/unit/Instantiate.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/unit/Instantiate.py:40: in from pyVHDLModel.SyntaxModel import Design, Library, Document, Subtype, Range, IntegerLiteral, Direction, FloatingPointLiteral pyVHDLModel/__init__.py:46: in from pydecor import export E ModuleNotFoundError: No module named 'pydecor' =========================== short test summary info ============================ ERROR tests/unit/Instantiate.py !!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!! =============================== 1 error in 0.90s =============================== ==> ERROR: A failure occurred in check().  Aborting...