Skip to content

Commit

Permalink
chore(tests): correctly ignore warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jeertmans committed Dec 10, 2024
1 parent ea5467d commit e2e9a96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ filterwarnings = [
'''ignore:'audioop' is deprecated:DeprecationWarning''',
'ignore:pkg_resources is deprecated as an API:DeprecationWarning',
'ignore::DeprecationWarning:pkg_resources.*:',
'ignore::DeprecationWarning:pydub.*:',
'ignore:invalid escape sequence.*:DeprecationWarning',
]

[tool.ruff]
Expand Down

0 comments on commit e2e9a96

Please sign in to comment.