You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pytest.ini
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@ filterwarnings =
12
12
# Remove once support for grpcio-gcp is deprecated
13
13
# See https://github.com/googleapis/python-api-core/blob/42e8b6e6f426cab749b34906529e8aaf3f133d75/google/api_core/grpc_helpers.py#L39-L45
14
14
ignore:.*Support for grpcio-gcp is deprecated:DeprecationWarning
15
+
ignore: The `compression` argument is ignored for grpc_gcp.secure_channel creation:DeprecationWarning
15
16
ignore:The `attempt_direct_path` argument is ignored for grpc_gcp.secure_channel creation:DeprecationWarning
16
17
# Remove once the minimum supported version of googleapis-common-protos is 1.62.0
0 commit comments