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
feat: Add attempt_direct_path argument to create_channel (#583)
* feat: Add attempt_direct_path argument to create_channel
* add more test cases
* fix docstring
* fix docstring
* update docstring of attempt_direct_path arg
* update docstring of target arg
* Add comment for dns_prefix local variable
* Set the default value of attempt_direct_path to False
* simplify conditional statement
* use warnings.warn instead of _LOGGER.debug
* update docstring of target arg in _modify_target_for_direct_path
* s/direct_path_prefix/direct_path_separator
* default->google_auth_default
* parametrize target in def test_create_channel_implicit
* Add github issue for TODO
* filter deprecation warning related to grpcio-gcp
* format docstring
Copy file name to clipboardExpand all lines: packages/google-api-core/pytest.ini
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -12,10 +12,10 @@ 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
-
# Remove once https://github.com/googleapis/python-api-common-protos/pull/187/files is merged
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
0 commit comments