diff --git a/pyproject.toml b/pyproject.toml index 1fd2033a3..57d1f2703 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -89,6 +89,9 @@ addopts = "--verbose" testpaths = ["tests"] pythonpath = ["src"] asyncio_default_fixture_loop_scope = "function" +filterwarnings = [ + "ignore:'audioop' is deprecated:DeprecationWarning", +] [tool.setuptools_scm] local_scheme = "no-local-version"