This repository was archived by the owner on Feb 13, 2026. It is now read-only.
Commit d72c922
committed
tests: fix Python 3.8/3.9 deprecation warnings in pytest.ini
Updated the new regexes for `google-auth` warnings to handle leading whitespace/newlines (`.*You are using a Python version 3.X`).
Preserved the original regexes for `google-api-core` warnings (`You are using a non-supported Python version (3.X...`) to ensure all warning variants are suppressed.
Fixes #3741 parent ce7bd58 commit d72c922
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
0 commit comments