◐ Shell
clean mode source ↗

gh-119273: Don't run test_ioctl in a process group by vstinner · Pull Request #119275 · python/cpython

Python test runner no longer runs tests using TTY (ex: test_ioctl) in
a process group (using setsid()). Previously, tests using TTY were
skipped.

@bedevere-app Bot mentioned this pull request

May 20, 2024

Yhg1s

@vstinner vstinner marked this pull request as ready for review

May 29, 2024 12:43

noahbkim pushed a commit to hudson-trading/cpython that referenced this pull request

Jul 11, 2024
Python test runner no longer runs tests using TTY (ex: test_ioctl) in
a process group (using setsid()). Previously, tests using TTY were
skipped.

estyxx pushed a commit to estyxx/cpython that referenced this pull request

Jul 17, 2024
Python test runner no longer runs tests using TTY (ex: test_ioctl) in
a process group (using setsid()). Previously, tests using TTY were
skipped.