Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bpo-31178: Mock os.waitpid() in test_subprocess (python#3896)
Fix test_exception_errpipe_bad_data() and test_exception_errpipe_normal() of test_subprocess: mock os.waitpid() to avoid calling the real os.waitpid(0, 0) which is an unexpected side effect of the test.
- Loading branch information