We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9199a0 commit d96499fCopy full SHA for d96499f
pytest.ini
@@ -12,6 +12,7 @@ filterwarnings =
12
# Remove once support for grpcio-gcp is deprecated
13
# See https://github.com/googleapis/python-api-core/blob/42e8b6e6f426cab749b34906529e8aaf3f133d75/google/api_core/grpc_helpers.py#L39-L45
14
ignore:.*Support for grpcio-gcp is deprecated:DeprecationWarning
15
+ ignore: The `compression` argument is ignored for grpc_gcp.secure_channel creation:DeprecationWarning
16
ignore:The `attempt_direct_path` argument is ignored for grpc_gcp.secure_channel creation:DeprecationWarning
17
# Remove once the minimum supported version of googleapis-common-protos is 1.62.0
18
ignore:.*pkg_resources.declare_namespace:DeprecationWarning
0 commit comments