We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent effef53 commit 190230dCopy full SHA for 190230d
1 file changed
src/trio/_tests/test_subprocess.py
@@ -835,8 +835,8 @@ async def test_process_group_SIGKILL_escalation(mock_clock: MockClock) -> None:
835
"python",
836
"-c",
837
"import os, time, signal;"
838
- f"os.kill({os.getpid()}, signal.SIGHUP);"
839
"signal.signal(signal.SIGTERM, signal.SIG_IGN);"
+ f"os.kill({os.getpid()}, signal.SIGHUP);"
840
"time.sleep(10)",
841
],
842
process_group=0,
0 commit comments