E....../build/xandikos/src/xandikos-0.2.7/xandikos/webdav.py:2061: DeprecationWarning: There is no current event loop loop = asyncio.get_event_loop() .E................E..........................EE ====================================================================== ERROR: test_api (unittest.loader._FailedTest) ---------------------------------------------------------------------- ImportError: Failed to import test module: test_api Traceback (most recent call last): File "/usr/lib/python3.10/unittest/loader.py", line 154, in loadTestsFromName module = __import__(module_name) File "/build/xandikos/src/xandikos-0.2.7/xandikos/tests/test_api.py", line 24, in from xandikos.web import ( File "/build/xandikos/src/xandikos-0.2.7/xandikos/web.py", line 80, in from xandikos.store.git import ( File "/build/xandikos/src/xandikos-0.2.7/xandikos/store/git.py", line 55, in from dulwich.file import GitFile, FileLocked ModuleNotFoundError: No module named 'dulwich' ====================================================================== ERROR: test_config (unittest.loader._FailedTest) ---------------------------------------------------------------------- ImportError: Failed to import test module: test_config Traceback (most recent call last): File "/usr/lib/python3.10/unittest/loader.py", line 154, in loadTestsFromName module = __import__(module_name) File "/build/xandikos/src/xandikos-0.2.7/xandikos/tests/test_config.py", line 26, in import dulwich.repo ModuleNotFoundError: No module named 'dulwich' ====================================================================== ERROR: test_store (unittest.loader._FailedTest) ---------------------------------------------------------------------- ImportError: Failed to import test module: test_store Traceback (most recent call last): File "/usr/lib/python3.10/unittest/loader.py", line 154, in loadTestsFromName module = __import__(module_name) File "/build/xandikos/src/xandikos-0.2.7/xandikos/tests/test_store.py", line 27, in from dulwich.objects import Blob, Commit, Tree ModuleNotFoundError: No module named 'dulwich' ====================================================================== ERROR: test_web (unittest.loader._FailedTest) ---------------------------------------------------------------------- ImportError: Failed to import test module: test_web Traceback (most recent call last): File "/usr/lib/python3.10/unittest/loader.py", line 154, in loadTestsFromName module = __import__(module_name) File "/build/xandikos/src/xandikos-0.2.7/xandikos/tests/test_web.py", line 30, in from ..web import ( File "/build/xandikos/src/xandikos-0.2.7/xandikos/web.py", line 80, in from xandikos.store.git import ( File "/build/xandikos/src/xandikos-0.2.7/xandikos/store/git.py", line 55, in from dulwich.file import GitFile, FileLocked ModuleNotFoundError: No module named 'dulwich' ====================================================================== ERROR: test_wsgi (unittest.loader._FailedTest) ---------------------------------------------------------------------- ImportError: Failed to import test module: test_wsgi Traceback (most recent call last): File "/usr/lib/python3.10/unittest/loader.py", line 154, in loadTestsFromName module = __import__(module_name) File "/build/xandikos/src/xandikos-0.2.7/xandikos/tests/test_wsgi.py", line 22, in from xandikos.wsgi_helpers import ( File "/build/xandikos/src/xandikos-0.2.7/xandikos/wsgi_helpers.py", line 25, in from .web import WELLKNOWN_DAV_PATHS File "/build/xandikos/src/xandikos-0.2.7/xandikos/web.py", line 80, in from xandikos.store.git import ( File "/build/xandikos/src/xandikos-0.2.7/xandikos/store/git.py", line 55, in from dulwich.file import GitFile, FileLocked ModuleNotFoundError: No module named 'dulwich' ---------------------------------------------------------------------- Ran 54 tests in 0.287s FAILED (errors=5) ==> ERROR: A failure occurred in check().  Aborting...