Skip to content

Commit

Permalink
Fix DeprecationWarning filter
Browse files Browse the repository at this point in the history
Somehow, the filter based on the package name did not worked for me.
  • Loading branch information
benallard authored and vmagamedov committed Apr 2, 2023
1 parent 90eb869 commit ff9d555
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ testpaths = tests
asyncio_mode = auto
filterwarnings =
error
ignore::DeprecationWarning:google.*
ignore:.*pkg_resources.*:DeprecationWarning
ignore::ResourceWarning

[coverage:run]
Expand Down

0 comments on commit ff9d555

Please sign in to comment.