Fix DeprecationWarning filter

Somehow, the filter based on the package name did not worked for me.
This commit is contained in:
Benoît Allard 2023-04-01 21:36:28 +02:00 committed by Volodymyr Magamedov
parent 90eb869e40
commit ff9d555bb9
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ testpaths = tests
asyncio_mode = auto asyncio_mode = auto
filterwarnings = filterwarnings =
error error
ignore::DeprecationWarning:google.* ignore:.*pkg_resources.*:DeprecationWarning
ignore::ResourceWarning ignore::ResourceWarning
[coverage:run] [coverage:run]