Skip to content

Commit

Permalink
ignore current warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
graingert committed Jul 16, 2022
1 parent 450789a commit 57a21ad
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,9 @@ markers = [
"incompatible_with_mypyc: run when testing mypyc compiled black"
]
xfail_strict = true
filterwarnings = ["error"]
filterwarnings = [
"error",
'''ignore:Decorator `@unittest_run_loop` is no longer needed in aiohttp 3\.8\+:DeprecationWarning''',
'''ignore:Bare functions are deprecated, use async ones:DeprecationWarning''',
'''ignore:invalid escape sequence.*:DeprecationWarning''',
]

0 comments on commit 57a21ad

Please sign in to comment.