Hi,

I recently had some issues setting up gdb to fix some self-inflicted segfaults, so instead I ended up adding an option to suppress stdout/stderr capture by pytest in PR#12829. I think this is a useful feature to have in general, so I made this PR. The only problem with it is that there are no formal tests for it (I did verify that all the possible options work manually though).

Regards,

- Joe