pyproject: ignore 'audioop' deprecation warning

This commit is contained in:
Aleix Conchillo Flaqué
2025-01-21 10:27:34 -08:00
parent 76884877dd
commit dd21b424d6

View File

@@ -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"