From fccad34f5ea5b7c05b7ad6cd7be0bfafd9473040 Mon Sep 17 00:00:00 2001 From: Leandro Lucarella Date: Tue, 7 Jul 2026 11:01:22 +0200 Subject: [PATCH] Don't make `pytest` verbose by default Signed-off-by: Leandro Lucarella --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ae56ed2c..46dd6327 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -163,7 +163,6 @@ filterwarnings = [ # characters as this is a regex. 'ignore:Protobuf gencode version .*exactly one major version older.*:UserWarning', ] -addopts = "-vv" testpaths = ["tests", "src"] asyncio_mode = "auto" asyncio_default_fixture_loop_scope = "function"