-
- Downloads
Remove unused `real_stdout` attribute
The reason for removing this is that pytest sets the `sys.stdout` to some object which cannot be pickled. So, any `test_run.test_wrapper_to_cmd` fails within pytest, even though there is no such problem outside of pytest.
Please register or sign in to comment