]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39855: Fix test_subprocess if nobody user doesn't exist (GH-18781)
authorVictor Stinner <vstinner@python.org>
Thu, 5 Mar 2020 13:28:40 +0000 (14:28 +0100)
committerGitHub <noreply@github.com>
Thu, 5 Mar 2020 13:28:40 +0000 (14:28 +0100)
commitf7b5d419bf871d9cc898982c7b6b4c043f7d5e9d
tree9ae7a61c6f1a918db6e7252f32c88be7b08e6273
parent85cf1d514b84dc9a4bcb40e20a12e1d82ff19f20
bpo-39855: Fix test_subprocess if nobody user doesn't exist (GH-18781)

test_subprocess.test_user() now skips the test on an user name if the
user name doesn't exist. For example, skip the test if the user
"nobody" doesn't exist on Linux.
Lib/test/test_subprocess.py
Misc/NEWS.d/next/Tests/2020-03-04-23-03-01.bpo-39855.Ql5xv8.rst [new file with mode: 0644]