============================= test session starts ==============================
platform linux -- Python 3.10.1, pytest-6.2.5, py-1.11.0, pluggy-0.13.1
rootdir: /build/python-wsaccel/src/wsaccel-0.6.3
collected 0 items / 2 errors

==================================== ERRORS ====================================
_______________________ ERROR collecting tests/test_4.py _______________________
ImportError while importing test module '/build/python-wsaccel/src/wsaccel-0.6.3/tests/test_4.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_4.py:2: in <module>
    import wsaccel.utf8validator
E   ModuleNotFoundError: No module named 'wsaccel'
____________________ ERROR collecting tests/test_xormask.py ____________________
ImportError while importing test module '/build/python-wsaccel/src/wsaccel-0.6.3/tests/test_xormask.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_xormask.py:1: in <module>
    from wsaccel.xormask import XorMaskerSimple
E   ModuleNotFoundError: No module named 'wsaccel'
=========================== short test summary info ============================
ERROR tests/test_4.py
ERROR tests/test_xormask.py
!!!!!!!!!!!!!!!!!!! Interrupted: 2 errors during collection !!!!!!!!!!!!!!!!!!!!
============================== 2 errors in 0.57s ===============================
[1m[31m==> ERROR:[m[1m A failure occurred in check().[m
[1m    Aborting...[m
