Commit 17bc853
committed
ci: suppress PytestUnraisableExceptionWarning from leaky test fixtures
Socketserver-based stub HTTP servers and short-lived asyncio loops in the
transport-adapter test suites occasionally leave sockets / event loops behind
for GC. Linux CI escalates the resulting warning every run via
filterwarnings=error; macOS only sees it occasionally. The leaks are in test
fixtures, not production code — suppress so green tests are treated as success.1 parent 79bd3cb commit 17bc853
1 file changed
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
46 | 53 | | |
47 | 54 | | |
48 | 55 | | |
| |||
0 commit comments