Skip to content

Commit

Permalink
Clarify warnings filter
Browse files Browse the repository at this point in the history
  • Loading branch information
jbarlow83 committed Feb 12, 2024
1 parent 353b34e commit fddf3ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit fddf3ce

Please sign in to comment.