============================= test session starts ============================== platform linux -- Python 3.10.1, pytest-6.2.5, py-1.11.0, pluggy-0.13.1 -- /usr/bin/python cachedir: .pytest_cache rootdir: /build/python-pyls-spyder/src/pyls-spyder-0.4.0 collecting ... collected 0 items / 1 error ==================================== ERRORS ==================================== ______________ ERROR collecting pyls_spyder/tests/test_plugin.py _______________ ImportError while importing test module '/build/python-pyls-spyder/src/pyls-spyder-0.4.0/pyls_spyder/tests/test_plugin.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) pyls_spyder/tests/test_plugin.py:12: in from pylsp import uris E ModuleNotFoundError: No module named 'pylsp' =========================== short test summary info ============================ ERROR pyls_spyder/tests/test_plugin.py !!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!! =============================== 1 error in 0.50s =============================== ==> ERROR: A failure occurred in check().  Aborting...