Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@ filterwarnings = [

# Should probably be fixed:
"default:unclosed file <_io.BufferedReader name=:ResourceWarning",

# Internal deprecation warning; the function should be tested as long
# as it is in the codebase.
"default:The download_file function is deprecated and will be removed in v1.0. Please use retriever.fetch instead.:DeprecationWarning"
]

[tool.coverage.report]
Expand Down