cleanup: remove CFFI deltachat bindings usage, and consolidate test support with rpc-bindings (#872)

* cleanup: remove CFFI deltachat bindings usage, and consolidate test support with rpc-bindings

major simplification: all chatmail fixtures used in the test are now created inside the cmdeploy plugin,
and do not inherit anything from other fixture machineries, let alone the legacy deltachat CFFI ones.
also fix that pytest report headers show correct chatmail domains under test
This commit is contained in:
holger krekel
2026-02-24 08:27:56 +01:00
committed by GitHub
parent 2c99cc84aa
commit 8ca0909fa5
7 changed files with 124 additions and 108 deletions

View File

@@ -20,6 +20,7 @@ dependencies = [
"pytest-xdist",
"execnet",
"imap_tools",
"deltachat-rpc-client",
]
[project.scripts]