We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f0a27a commit 9ada8d6Copy full SHA for 9ada8d6
tests/test_process_provider.py
@@ -45,7 +45,6 @@ def test_process_not_utf8_cannot_fail():
45
}
46
}, None, None)
47
48
- print(result['stderr'])
49
# unfortunately, this doesn't seem to work well on mac
50
if result['status'] == 0:
51
assert result['stderr'] == u''
0 commit comments