============================= test session starts ============================== platform linux -- Python 3.10.1, pytest-6.2.5, py-1.11.0, pluggy-0.13.1 rootdir: /build/weechat-matrix/src/weechat-matrix plugins: hypothesis-6.17.0 collected 0 items / 4 errors ==================================== ERRORS ==================================== ____________________ ERROR collecting tests/buffer_test.py _____________________ ImportError while importing test module '/build/weechat-matrix/src/weechat-matrix/tests/buffer_test.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/buffer_test.py:5: in from matrix.buffer import WeechatChannelBuffer matrix/buffer.py:29: in from nio import ( E ModuleNotFoundError: No module named 'nio' _____________________ ERROR collecting tests/color_test.py _____________________ ImportError while importing test module '/build/weechat-matrix/src/weechat-matrix/tests/color_test.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/color_test.py:10: in from matrix.colors import (G, Formatted, FormattedString, matrix/colors.py:37: in from . import globals as G matrix/globals.py:21: in from logbook import Logger E ModuleNotFoundError: No module named 'logbook' __________________ ERROR collecting tests/http_parser_test.py __________________ ImportError while importing test module '/build/weechat-matrix/src/weechat-matrix/tests/http_parser_test.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/http_parser_test.py:6: in from matrix.colors import MatrixHtmlParser matrix/colors.py:37: in from . import globals as G matrix/globals.py:21: in from logbook import Logger E ModuleNotFoundError: No module named 'logbook' ____________________ ERROR collecting tests/server_test.py _____________________ ImportError while importing test module '/build/weechat-matrix/src/weechat-matrix/tests/server_test.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/server_test.py:1: in from matrix.server import MatrixServer matrix/server.py:41: in from nio import ( E ModuleNotFoundError: No module named 'nio' =========================== short test summary info ============================ ERROR tests/buffer_test.py ERROR tests/color_test.py ERROR tests/http_parser_test.py ERROR tests/server_test.py !!!!!!!!!!!!!!!!!!! Interrupted: 4 errors during collection !!!!!!!!!!!!!!!!!!!! ============================== 4 errors in 0.92s =============================== ==> ERROR: A failure occurred in check().  Aborting...