Skip to content
This repository was archived by the owner on Aug 13, 2026. It is now read-only.

test: ignore DeprecationWarning for credentials_file argument and Python versions - #1058

Merged
Linchin merged 6 commits into
googleapis:mainfrom
Linchin:warnings
Nov 6, 2025
Merged

test: ignore DeprecationWarning for credentials_file argument and Python versions#1058
Linchin merged 6 commits into
googleapis:mainfrom
Linchin:warnings

Conversation

@Linchin

@LinchinLinchin commented Nov 5, 2025

Copy link
Copy Markdown
Contributor

closes#1034
closes#1030
closes#1026
closes#1024
closes#1021
closes#1020
closes#1018
closes#1017
closes#1016
closes#1014
closes#1006
closes#1005
closes#1004

@Linchin
Linchin requested review from a team and gkevinzhengNovember 5, 2025 00:12
@product-auto-labelproduct-auto-labelBot added the size: xs Pull request size is extra small. label Nov 5, 2025
@product-auto-labelproduct-auto-labelBot added the api: logging Issues related to the googleapis/python-logging API. label Nov 5, 2025
@product-auto-labelproduct-auto-labelBot added size: s Pull request size is small. and removed size: xs Pull request size is extra small. labels Nov 5, 2025
@LinchinLinchin changed the title test: ignore DeprecationWarning for credentials_file argumenttest: ignore DeprecationWarning for credentials_file argument and Python versionsNov 5, 2025
Comment threadpytest.ini
ignore:get_mtls_endpoint_and_cert_source is deprecated.:DeprecationWarning
# DeprecationWarnings triggered by Flask 1.0 testing by Flask dependencies in test code
# 3.7 deprecation warnings
ignore:Importing 'itsdangerous.json' is deprecated and will be removed in ItsDangerous 2.1:DeprecationWarning

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you file an issue to ensure that we follow up on it?

@Linchin
Linchin merged commit a7a28d1 into googleapis:mainNov 6, 2025
13 checks passed
@LinchinLinchin mentioned this pull request Nov 6, 2025
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

api: loggingIssues related to the googleapis/python-logging API.size: sPull request size is small.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

tests.unit.gapic.logging_v2.test_config_service_v2: test_config_service_v2_client_create_channel_credentials_file[ConfigServiceV2AsyncClient-ConfigServiceV2GrpcAsyncIOTransport-grpc_asyncio-google.api_core.grpc_helpers_async] failed tests.unit.gapic.logging_v2.test_config_service_v2: test_config_service_v2_client_create_channel_credentials_file[ConfigServiceV2Client-ConfigServiceV2GrpcTransport-grpc-google.api_core.grpc_helpers] failed tests.unit.gapic.logging_v2.test_config_service_v2: test_config_service_v2_client_client_options_credentials_file[ConfigServiceV2AsyncClient-ConfigServiceV2GrpcAsyncIOTransport-grpc_asyncio-google.api_core.grpc_helpers_async] failed tests.unit.gapic.logging_v2.test_config_service_v2: test_config_service_v2_client_client_options_credentials_file[ConfigServiceV2Client-ConfigServiceV2GrpcTransport-grpc-google.api_core.grpc_helpers] failed tests.system.gapic.v2.test_system_logging_service_v2_v2.TestSystemLoggingServiceV2: test_write_log_entries failed

3 participants

@Linchin@parthea@danieljbruce