diff --git a/setup.cfg b/setup.cfg index dbba6ef..86c8ca4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -50,7 +50,7 @@ testpaths = tests asyncio_mode = auto filterwarnings = error - ignore::DeprecationWarning:google.* + ignore:.*pkg_resources.*:DeprecationWarning ignore::ResourceWarning [coverage:run]