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.*:"]