============================= 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 <module>
    from matrix.buffer import WeechatChannelBuffer
matrix/buffer.py:29: in <module>
    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 <module>
    from matrix.colors import (G, Formatted, FormattedString,
matrix/colors.py:37: in <module>
    from . import globals as G
matrix/globals.py:21: in <module>
    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 <module>
    from matrix.colors import MatrixHtmlParser
matrix/colors.py:37: in <module>
    from . import globals as G
matrix/globals.py:21: in <module>
    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 <module>
    from matrix.server import MatrixServer
matrix/server.py:41: in <module>
    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 ===============================
[1m[31m==> ERROR:[m[1m A failure occurred in check().[m
[1m    Aborting...[m
