Skip to content

Commit 9ada8d6

Browse files
committed
Remove trailing print
Signed-off-by: Sylvain Hellegouarch <sh@defuze.org>
1 parent 7f0a27a commit 9ada8d6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_process_provider.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ def test_process_not_utf8_cannot_fail():
4545
}
4646
}, None, None)
4747

48-
print(result['stderr'])
4948
# unfortunately, this doesn't seem to work well on mac
5049
if result['status'] == 0:
5150
assert result['stderr'] == u''

0 commit comments

Comments
 (0)