[test] tell pytest about the logot capturer

...which we do not yet use at this point
This commit is contained in:
bronsen 2025-03-15 21:53:41 +01:00
parent 2163a425fd
commit f27dc5a0d3

View file

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