diff --git a/pyproject.toml b/pyproject.toml index 19660401..7ea592d1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -133,7 +133,8 @@ addopts = "-n auto" markers = ["slow"] filterwarnings = [ "ignore:.*XMLParser.*:DeprecationWarning", - 'ignore:.*ast.NameConstant.*:DeprecationWarning', + "ignore:.*ast.NameConstant.*:DeprecationWarning:reportlab", + "ignore:.*distutils.*:DeprecationWarning:libxmp", ] [tool.mypy]