diff --git a/pytest.ini b/pytest.ini index b3dd99e16..79566e789 100644 --- a/pytest.ini +++ b/pytest.ini @@ -4,4 +4,6 @@ filterwarnings = error # Remove once Release PR https://github.com/googleapis/python-api-common-protos/pull/191 is merged ignore:.*pkg_resources.declare_namespace:DeprecationWarning - ignore:.*pkg_resources is deprecated as an API:DeprecationWarning \ No newline at end of file + ignore:.*pkg_resources is deprecated as an API:DeprecationWarning + # Remove once https://github.com/googleapis/python-storage/issues/1193 is fixed + ignore:.*unclosed file <_io.FileIO name=12 mode='rb+':ResourceWarning