Skip to content

Commit ce6cb80

Browse files
committed
fix: resolve creds warning errors
1 parent b4998dc commit ce6cb80

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

.github/sync-repo-settings.yaml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff 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'

pytest.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)