feat: make turn_socket_path configurable, and cleanup tests and turnserver code.

this is originally motivated by https://github.com/chatmail/relay/pull/840
This commit is contained in:
holger krekel
2026-05-12 23:37:58 +02:00
parent ed664cd9cd
commit bebdadde56
7 changed files with 74 additions and 89 deletions

View File

@@ -26,7 +26,6 @@ chatmail-expire = "chatmaild.expire:daily_expire_main"
chatmail-quota-expire = "chatmaild.expire:quota_expire_main"
chatmail-fsreport = "chatmaild.fsreport:main"
lastlogin = "chatmaild.lastlogin:main"
turnserver = "chatmaild.turnserver:main"
[project.entry-points.pytest11]
"chatmaild.testplugin" = "chatmaild.tests.plugin"