From b4998dcaf50608932e4f579f99dad3e31949462a Mon Sep 17 00:00:00 2001 From: abbrowne126 <81702808+abbrowne126@users.noreply.github.com> Date: Fri, 3 Oct 2025 12:14:16 -0400 Subject: [PATCH 1/2] Update sync-repo-settings.yaml --- .github/sync-repo-settings.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/sync-repo-settings.yaml b/.github/sync-repo-settings.yaml index 77c1a4fb5..0ad6a0718 100644 --- a/.github/sync-repo-settings.yaml +++ b/.github/sync-repo-settings.yaml @@ -11,12 +11,12 @@ branchProtectionRules: - 'Kokoro - Against Pub/Sub Lite samples' - 'cla/google' - 'Samples - Lint' - - 'Samples - Python 3.7' - - 'Samples - Python 3.8' - - 'Samples - Python 3.9' - - 'Samples - Python 3.10' - - 'Samples - Python 3.11' - - 'Samples - Python 3.12' + # - 'Samples - Python 3.7' + # - 'Samples - Python 3.8' + # - 'Samples - Python 3.9' + # - 'Samples - Python 3.10' + # - 'Samples - Python 3.11' + # - 'Samples - Python 3.12' - 'OwlBot Post Processor' - 'docs' - 'docfx' From ce6cb80ecbe75676ec118116a4440bf04cfc1442 Mon Sep 17 00:00:00 2001 From: abbrowne126 <81702808+abbrowne126@users.noreply.github.com> Date: Fri, 3 Oct 2025 12:16:23 -0400 Subject: [PATCH 2/2] fix: resolve creds warning errors --- .github/sync-repo-settings.yaml | 13 +++++++------ pytest.ini | 1 + 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/.github/sync-repo-settings.yaml b/.github/sync-repo-settings.yaml index 0ad6a0718..f783223ca 100644 --- a/.github/sync-repo-settings.yaml +++ b/.github/sync-repo-settings.yaml @@ -11,12 +11,13 @@ branchProtectionRules: - 'Kokoro - Against Pub/Sub Lite samples' - 'cla/google' - 'Samples - Lint' - # - 'Samples - Python 3.7' - # - 'Samples - Python 3.8' - # - 'Samples - Python 3.9' - # - 'Samples - Python 3.10' - # - 'Samples - Python 3.11' - # - 'Samples - Python 3.12' + # TODO: remove when creds warning resolved + - 'Samples - Python 3.7' + - 'Samples - Python 3.8' + - 'Samples - Python 3.9' + - 'Samples - Python 3.10' + - 'Samples - Python 3.11' + - 'Samples - Python 3.12' - 'OwlBot Post Processor' - 'docs' - 'docfx' diff --git a/pytest.ini b/pytest.ini index 09a522efe..a7e474109 100644 --- a/pytest.ini +++ b/pytest.ini @@ -22,3 +22,4 @@ filterwarnings = ignore:The python-bigquery library will stop supporting Python 3.7:PendingDeprecationWarning # Remove once we move off credential files https://github.com/googleapis/google-auth-library-python/pull/1812 ignore:Your config file at [/home/kbuilder/.docker/config.json] contains these credential helper entries:DeprecationWarning + ignore:The `credentials_file` argument is deprecated because of a potential security risk:DeprecationWarning