From f27dc5a0d337275fbc0953231b93e248c184c980 Mon Sep 17 00:00:00 2001
From: bronsen <kontakt+gitcommit@nrrd.de>
Date: Sat, 15 Mar 2025 21:53:41 +0100
Subject: [PATCH] [test] tell pytest about the logot capturer

...which we do not yet use at this point
---
 pyproject.toml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pyproject.toml b/pyproject.toml
index 63bbc12..9c7d16a 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -23,6 +23,7 @@ addopts = [
   "--no-migrations",
   "--capture=sys",
 ]
+logot_capturer = "logot.structlog.StructlogCapturer"
 
 [build-system]
 requires = ["pdm-backend"]