Commit ac4c2ac
committed
test: fix branch coverage on Python 3.11/3.14
Add pragma: no branch to async with ClientSession in notification
error test — the exception exit branch of the context manager is
never taken and coverage.py reports it differently across Python
versions.1 parent 855bb6e commit ac4c2ac
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
164 | | - | |
| 164 | + | |
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
| |||
0 commit comments