diff --git a/packages/google-cloud-logging/pytest.ini b/packages/google-cloud-logging/pytest.ini index 043e240b184d..414f82a6cc7e 100644 --- a/packages/google-cloud-logging/pytest.ini +++ b/packages/google-cloud-logging/pytest.ini @@ -38,4 +38,5 @@ filterwarnings = ignore:The load_credentials_from_file method is deprecated:DeprecationWarning ignore:.*Please upgrade to the latest Python version.*:FutureWarning ignore:(?s).*using a Python version.*past its end of life.*:FutureWarning - + # Remove once https://github.com/open-telemetry/opentelemetry-python/issues/5231 is fixed + ignore:(?s).*SelectableGroups dict interface is deprecated. Use select.*:DeprecationWarning