From daa62f9b03fa5b8f06232858f70198b840429753 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Fri, 22 May 2026 19:58:56 +0000 Subject: [PATCH] tests: filter DeprecationWarning in opentelemetry-api --- packages/google-cloud-logging/pytest.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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