Skip to content

Commit

Permalink
Remove unused warning filters
Browse files Browse the repository at this point in the history
  • Loading branch information
jl-wynen committed Apr 19, 2024
1 parent d16d864 commit 0196d5f
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,16 +60,8 @@ addopts = """
"""
filterwarnings = [
"error",
# From dateutil. This needs to be first because it is triggered by pytest itself.
'ignore:datetime.datetime.utcfromtimestamp:DeprecationWarning',
# Many tests don't set a checksum, so File raises this warning.
"ignore:Cannot check if local file:UserWarning",
# Internal deprecations.
"ignore:SSHFileTransfer is deprecated:scitacean.VisibleDeprecationWarning",
"ignore:Support for Pydantic v1 is deprecated:scitacean.VisibleDeprecationWarning",
# From fabric / invoke
"ignore:_SixMetaPathImporter:ImportWarning",
"ignore:the imp module is deprecated in favour of importlib:DeprecationWarning",
]

[tool.mypy]
Expand Down

0 comments on commit 0196d5f

Please sign in to comment.