From 94298965b1409a4ecee3009c3bffc4451c65cd93 Mon Sep 17 00:00:00 2001 From: Simon Cozens Date: Wed, 20 Nov 2024 10:52:16 +0000 Subject: [PATCH] Silence deprecation warnings --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 998bff06..fa19fb82 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -185,3 +185,6 @@ extend-exclude = ''' .*_pb2.py # exclude autogenerated Protocol Buffer files anywhere in the project ) ''' + +[tool.pytest.ini_options] +filterwarnings = 'ignore::DeprecationWarning'