File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed
Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -11,12 +11,13 @@ branchProtectionRules:
1111 - ' Kokoro - Against Pub/Sub Lite samples'
1212 - ' cla/google'
1313 - ' Samples - Lint'
14- # - 'Samples - Python 3.7'
15- # - 'Samples - Python 3.8'
16- # - 'Samples - Python 3.9'
17- # - 'Samples - Python 3.10'
18- # - 'Samples - Python 3.11'
19- # - 'Samples - Python 3.12'
14+ # TODO: remove when creds warning resolved
15+ - ' Samples - Python 3.7'
16+ - ' Samples - Python 3.8'
17+ - ' Samples - Python 3.9'
18+ - ' Samples - Python 3.10'
19+ - ' Samples - Python 3.11'
20+ - ' Samples - Python 3.12'
2021 - ' OwlBot Post Processor'
2122 - ' docs'
2223 - ' docfx'
Original file line number Diff line number Diff line change @@ -22,3 +22,4 @@ filterwarnings =
2222 ignore:The python-bigquery library will stop supporting Python 3.7:PendingDeprecationWarning
2323 # Remove once we move off credential files https://github.com/googleapis/google-auth-library-python/pull/1812
2424 ignore:Your config file at [/home/kbuilder/.docker/config.json] contains these credential helper entries:DeprecationWarning
25+ ignore:The `credentials_file` argument is deprecated because of a potential security risk:DeprecationWarning
You can’t perform that action at this time.
0 commit comments