Commit 2b3e628
committed
test: ignore backoff's asyncio.iscoroutinefunction warning on 3.14
The backoff dependency calls asyncio.iscoroutinefunction in its
on_exception decorator; Python 3.14 deprecates it (removal in 3.16).
The SDK's own code uses inspect.iscoroutinefunction, and at runtime this
is only a warning. Filter it (alongside the existing get_event_loop_policy
ignore) so warnings-as-errors doesn't fail the suite until backoff updates.
Refs SLS-2651 parent 14a7ee7 commit 2b3e628
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
7 | 8 | | |
| 9 | + | |
8 | 10 | | |
9 | 11 | | |
10 | 12 | | |
| |||
0 commit comments