diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 0738e11e..b3aefa82 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -5,8 +5,8 @@ # https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners#codeowners-syntax # Note: This file is autogenerated. To make changes to the codeowner team, please update .repo-metadata.json. -# @googleapis/yoshi-python @googleapis/api-logging @googleapis/api-logging-partners are the default owners for changes in this repo -* @googleapis/yoshi-python @googleapis/api-logging @googleapis/api-logging-partners +# @googleapis/yoshi-python are the default owners for changes in this repo +* @googleapis/yoshi-python -# @googleapis/python-samples-reviewers @googleapis/api-logging @googleapis/api-logging-partners are the default owners for samples changes -/samples/ @googleapis/python-samples-reviewers @googleapis/api-logging @googleapis/api-logging-partners +# @googleapis/python-samples-reviewers are the default owners for samples changes +/samples/ @googleapis/python-samples-reviewers diff --git a/.github/blunderbuss.yml b/.github/blunderbuss.yml index d5f69b10..dec2056f 100644 --- a/.github/blunderbuss.yml +++ b/.github/blunderbuss.yml @@ -4,17 +4,14 @@ # Note: This file is autogenerated. To make changes to the assignee # team, please update `codeowner_team` in `.repo-metadata.json`. assign_issues: - - googleapis/api-logging - - googleapis/api-logging-partners + - googleapis/yoshi-python assign_issues_by: - labels: - "samples" to: - googleapis/python-samples-reviewers - - googleapis/api-logging - - googleapis/api-logging-partners + - googleapis/yoshi-python assign_prs: - - googleapis/api-logging - - googleapis/api-logging-partners + - googleapis/yoshi-python diff --git a/.librarian/generator-input/.repo-metadata.json b/.librarian/generator-input/.repo-metadata.json index 83c21233..324fc579 100644 --- a/.librarian/generator-input/.repo-metadata.json +++ b/.librarian/generator-input/.repo-metadata.json @@ -10,7 +10,7 @@ "repo": "googleapis/python-logging", "distribution_name": "google-cloud-logging", "api_id": "logging.googleapis.com", - "codeowner_team": "@googleapis/api-logging @googleapis/api-logging-partners", + "codeowner_team": "@googleapis/yoshi-python", "default_version": "v2", "api_shortname": "logging", "api_description": "allows you to store, search, analyze, monitor, and alert on log data and events from Google Cloud and Amazon Web Services. Using the BindPlane service, you can also collect this data from over 150 common application components, on-premises systems, and hybrid cloud systems. BindPlane is included with your Google Cloud project at no additional cost." diff --git a/.repo-metadata.json b/.repo-metadata.json index 83c21233..324fc579 100644 --- a/.repo-metadata.json +++ b/.repo-metadata.json @@ -10,7 +10,7 @@ "repo": "googleapis/python-logging", "distribution_name": "google-cloud-logging", "api_id": "logging.googleapis.com", - "codeowner_team": "@googleapis/api-logging @googleapis/api-logging-partners", + "codeowner_team": "@googleapis/yoshi-python", "default_version": "v2", "api_shortname": "logging", "api_description": "allows you to store, search, analyze, monitor, and alert on log data and events from Google Cloud and Amazon Web Services. Using the BindPlane service, you can also collect this data from over 150 common application components, on-premises systems, and hybrid cloud systems. BindPlane is included with your Google Cloud project at no additional cost." diff --git a/pytest.ini b/pytest.ini index 126bafe9..043e240b 100644 --- a/pytest.ini +++ b/pytest.ini @@ -36,3 +36,6 @@ filterwarnings = ignore:The `credentials_file` argument is deprecated:DeprecationWarning # Remove when load_credentials_from_file method is removed ignore:The load_credentials_from_file method is deprecated:DeprecationWarning + ignore:.*Please upgrade to the latest Python version.*:FutureWarning + ignore:(?s).*using a Python version.*past its end of life.*:FutureWarning +