From beac91159da85b2ca1f51002fc5312822b861d8f Mon Sep 17 00:00:00 2001 From: missytake Date: Tue, 17 Oct 2023 19:16:42 +0200 Subject: [PATCH] tests: install doveadm for being able to run dictproxy tests --- scripts/init.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/init.sh b/scripts/init.sh index 37d5e240..c171aaa2 100755 --- a/scripts/init.sh +++ b/scripts/init.sh @@ -6,6 +6,7 @@ deploy-chatmail/venv/bin/pip install -e deploy-chatmail deploy-chatmail/venv/bin/pip install -e chatmaild python3 -m venv chatmaild/venv +sudo apt install -y dovecot-core && sudo systemctl disable --now dovecot chatmaild/venv/bin/pip install --upgrade pytest build 'setuptools>=68' chatmaild/venv/bin/pip install -e chatmaild