Skip to content

Commit d96499f

Browse files
committed
filter deprecation warning related to grpcio-gcp
1 parent e9199a0 commit d96499f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pytest.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ filterwarnings =
1212
# Remove once support for grpcio-gcp is deprecated
1313
# See https://github.com/googleapis/python-api-core/blob/42e8b6e6f426cab749b34906529e8aaf3f133d75/google/api_core/grpc_helpers.py#L39-L45
1414
ignore:.*Support for grpcio-gcp is deprecated:DeprecationWarning
15+
ignore: The `compression` argument is ignored for grpc_gcp.secure_channel creation:DeprecationWarning
1516
ignore:The `attempt_direct_path` argument is ignored for grpc_gcp.secure_channel creation:DeprecationWarning
1617
# Remove once the minimum supported version of googleapis-common-protos is 1.62.0
1718
ignore:.*pkg_resources.declare_namespace:DeprecationWarning

0 commit comments

Comments
 (0)