============================= 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-etesync/src/python-etesync-0.12.1 collecting ... collected 0 items / 3 errors ==================================== ERRORS ==================================== __________________ ERROR collecting tests/test_collections.py __________________ ImportError while importing test module '/build/python-etesync/src/python-etesync-0.12.1/tests/test_collections.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_collections.py:18: in import etesync as api etesync/__init__.py:15: in from .api import * etesync/api.py:21: in from .service import JournalManager, EntryManager, SyncEntry etesync/service.py:20: in from furl import furl E ModuleNotFoundError: No module named 'furl' ____________________ ERROR collecting tests/test_crypto.py _____________________ ImportError while importing test module '/build/python-etesync/src/python-etesync-0.12.1/tests/test_crypto.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_crypto.py:17: in from etesync import crypto, exceptions etesync/__init__.py:15: in from .api import * etesync/api.py:21: in from .service import JournalManager, EntryManager, SyncEntry etesync/service.py:20: in from furl import furl E ModuleNotFoundError: No module named 'furl' ____________________ ERROR collecting tests/test_service.py ____________________ ImportError while importing test module '/build/python-etesync/src/python-etesync-0.12.1/tests/test_service.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_service.py:21: in import etesync as api etesync/__init__.py:15: in from .api import * etesync/api.py:21: in from .service import JournalManager, EntryManager, SyncEntry etesync/service.py:20: in from furl import furl E ModuleNotFoundError: No module named 'furl' =========================== short test summary info ============================ ERROR tests/test_collections.py ERROR tests/test_crypto.py ERROR tests/test_service.py !!!!!!!!!!!!!!!!!!! Interrupted: 3 errors during collection !!!!!!!!!!!!!!!!!!!! ============================== 3 errors in 1.03s =============================== ==> ERROR: A failure occurred in check().  Aborting...