mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-11-29 03:36:49 -05:00
tests: add some silenced warnings
These come from a dependency we can't affect right now.
This commit is contained in:
parent
940dadfc12
commit
6261ea15ad
1 changed files with 8 additions and 0 deletions
|
|
@ -78,3 +78,11 @@ dev = [
|
|||
"pytest>=8.3.5",
|
||||
"ruff>=0.9.9"
|
||||
]
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
filterwarnings = [
|
||||
# Comes from reppy, a third-party deps we don't control
|
||||
"ignore: is an invalid escape sequence. Such sequences will not work in the future",
|
||||
# Also comes from reppy
|
||||
"ignore: The 'warn' method is deprecated, use 'warning' instead",
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue