From e8a416404ea5b9d7c95feb6afa9a90a817eae143 Mon Sep 17 00:00:00 2001 From: Quentin18 Date: Sun, 1 Dec 2024 11:40:32 +0100 Subject: [PATCH] build: filter warnings for pytest --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 7bc70f0..57c8e00 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -70,3 +70,4 @@ disable = [ [tool.pytest.ini_options] minversion = "6.0" addopts = "-ra" +filterwarnings = ["ignore::DeprecationWarning:pygame.*:"]