]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41586: Attempt to make the pipesize tests more robust. (GH-22839)
authorGregory P. Smith <greg@krypto.org>
Wed, 21 Oct 2020 00:37:20 +0000 (17:37 -0700)
committerGitHub <noreply@github.com>
Wed, 21 Oct 2020 00:37:20 +0000 (17:37 -0700)
commit786addd9d07b6c712b8ea9ee06e1f9f41c1b67a1
treeb1f3e58c5af49910708aeacaf4e419644a4c497c
parent7cdf30fff39ea97f403b5472096349998d190e30
bpo-41586: Attempt to make the pipesize tests more robust. (GH-22839)

Several buildbots are failing on these, likely due to an inability to
set the pipe size to the desired test value.
Lib/test/test_fcntl.py
Lib/test/test_subprocess.py