]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-119273: Don't run test_ioctl in a process group (#119275)
authorVictor Stinner <vstinner@python.org>
Wed, 29 May 2024 12:44:09 +0000 (14:44 +0200)
committerGitHub <noreply@github.com>
Wed, 29 May 2024 12:44:09 +0000 (12:44 +0000)
commit1f481fd3275dbc12a88c16129621de19ea20e4ca
tree3f04a9b97a9d0c1a545db9d514b0acddd68bee39
parent055c739536ad63b55ad7cd0b91ccacc33064fe11
gh-119273: Don't run test_ioctl in a process group (#119275)

Python test runner no longer runs tests using TTY (ex: test_ioctl) in
a process group (using setsid()). Previously, tests using TTY were
skipped.
Lib/test/libregrtest/run_workers.py
Lib/test/libregrtest/worker.py
Misc/NEWS.d/next/Tests/2024-05-20-18-06-31.gh-issue-119273.hf-yhX.rst [new file with mode: 0644]