From fddf3ce2f46059ca6099f336cc0025dd237fc8ee Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Mon, 12 Feb 2024 01:43:47 -0800 Subject: [PATCH] Clarify warnings filter --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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]