test: cleanup and allow a repo-root level "pytest -n6" to succeed.

the fixtures from chatmaild and cmdeploy test plugins were clashing,
and the "rpc" fixture was shadowed by deltachat-rpc-client.
We could change the way plugins load but it's also useful to have
disambiguated fixture names as we are often working across the code bases.

also removes a few unused historic fluff.
This commit is contained in:
holger krekel
2026-08-26 19:22:39 +02:00
parent ae6b89f936
commit fa24dd17de
8 changed files with 28 additions and 33 deletions
-1
View File
@@ -28,7 +28,6 @@ dependencies = [
cmdeploy = "cmdeploy.cmdeploy:main"
[project.entry-points.pytest11]
"chatmaild.testplugin" = "chatmaild.tests.plugin"
"cmdeploy.testplugin" = "cmdeploy.tests.plugin"
[tool.pytest.ini_options]