mirror of
https://github.com/ocrmypdf/OCRmyPDF.git
synced 2026-05-08 14:44:38 -04:00
Clarify warnings filter
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user