Commit 1d64e50
authored
Silence paramiko PytestUnhandledThreadExceptionWarning (#4105)
Suppress `PytestUnhandledThreadExceptionWarning` caused by paramiko's
`ProxyCommand.close()` trying to kill an already-dead process.
Upstream bug: paramiko/paramiko#2568
This filter targets only paramiko-related thread exceptions using `(?s)`
dotall flag to match the multiline traceback message.
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
* **Chores**
* Updated test configuration to suppress a specific warning during test
runs, improving test output clarity.
* Added an inline note marking the suppression for future removal once
the upstream issue is resolved.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->1 parent 5ba2d13 commit 1d64e50
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
19 | 23 | | |
20 | 24 | | |
21 | 25 | | |
| |||
0 commit comments