From d96499f1386baf9e4b12e95d9f35cadd42933c92 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Sun, 4 Feb 2024 17:57:26 +0000 Subject: [PATCH] filter deprecation warning related to grpcio-gcp --- pytest.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/pytest.ini b/pytest.ini index bbe5c292..13d5bf4d 100644 --- a/pytest.ini +++ b/pytest.ini @@ -12,6 +12,7 @@ filterwarnings = # Remove once support for grpcio-gcp is deprecated # See https://github.com/googleapis/python-api-core/blob/42e8b6e6f426cab749b34906529e8aaf3f133d75/google/api_core/grpc_helpers.py#L39-L45 ignore:.*Support for grpcio-gcp is deprecated:DeprecationWarning + ignore: The `compression` argument is ignored for grpc_gcp.secure_channel creation:DeprecationWarning ignore:The `attempt_direct_path` argument is ignored for grpc_gcp.secure_channel creation:DeprecationWarning # Remove once the minimum supported version of googleapis-common-protos is 1.62.0 ignore:.*pkg_resources.declare_namespace:DeprecationWarning