Fix DeprecationWarning filter
Somehow, the filter based on the package name did not worked for me.
This commit is contained in:
parent
90eb869e40
commit
ff9d555bb9
|
@ -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]
|
||||||
|
|
Loading…
Reference in New Issue