[tests,dependencies] capture logs with help from structlog and forget about logot

Closes #3
This commit is contained in:
bronsen 2025-03-17 17:52:49 +01:00
parent 6de8b07d1b
commit bcf6dff1b0
5 changed files with 34 additions and 16 deletions

View file

@ -23,7 +23,6 @@ addopts = [
"--no-migrations",
"--capture=sys",
]
logot_capturer = "logot.structlog.StructlogCapturer"
[build-system]
requires = ["pdm-backend"]