don't depend on deltachat python package

This commit is contained in:
holger krekel
2023-12-08 12:15:39 +01:00
parent 2b5cdd143e
commit 648174c226
3 changed files with 17 additions and 3 deletions
+2
View File
@@ -4,6 +4,7 @@ import importlib.resources
from deploy_chatmail.www import build_webpages
from deploy_chatmail import get_ini_settings
def create_ini(inipath):
inipath.write_text(
textwrap.dedent(
@@ -22,6 +23,7 @@ def create_ini(inipath):
)
)
def test_build_webpages(tmp_path):
pkgroot = importlib.resources.files("deploy_chatmail")
src_dir = pkgroot.joinpath("../../../www/src").resolve()