We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cb12cb commit dcf922bCopy full SHA for dcf922b
tests/client/test_stdio.py
@@ -346,6 +346,8 @@ async def _terminate_and_reap(proc: anyio.abc.Process | FallbackProcess) -> None
346
await proc.stdout.aclose()
347
348
349
+# Windows 3.10 proactor pipe transport fires ResourceWarning during GC cleanup
350
+@pytest.mark.filterwarnings("ignore::pytest.PytestUnraisableExceptionWarning")
351
class TestChildProcessCleanup:
352
"""Integration tests for ``_terminate_process_tree`` covering basic,
353
nested, and early-parent-exit process tree scenarios. See module-level
0 commit comments