make doveauth tests pass again

This commit is contained in:
missytake
2023-10-13 20:15:07 +02:00
parent 93a84617a8
commit 01f350fa0b
3 changed files with 6 additions and 4 deletions

View File

@@ -1,6 +1,8 @@
#!/bin/sh
python3 -m venv chatmail-pyinfra/venv
chatmail-pyinfra/venv/bin/pip install pyinfra
chatmail-pyinfra/venv/bin/pip install pyinfra pytest
chatmail-pyinfra/venv/bin/pip install -e chatmail-pyinfra
chatmail-pyinfra/venv/bin/pip install -e doveauth
python3 -m venv doveauth/venv
doveauth/venv/bin/pip install pytest
doveauth/venv/bin/pip install -e doveauth