Commit dec5582
committed
Filter resource_tracker warnings in integration tests
Python 3.14+ emits multiprocessing resource_tracker warnings about
leaked semaphores during test subprocess cleanup. These warnings appear
in stderr and cause test assertions to fail. Filter them out the same
way we already filter DeprecationWarnings.
Fixes integration test failures on Python 3.14.1 parent 7411422 commit dec5582
1 file changed
+9
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
368 | 368 | | |
369 | 369 | | |
370 | 370 | | |
371 | | - | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
372 | 380 | | |
373 | 381 | | |
374 | 382 | | |
| |||
0 commit comments