Clarify warnings filter

This commit is contained in:
James R. Barlow
2024-02-12 01:43:47 -08:00
parent 353b34e695
commit fddf3ce2f4

View File

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