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"