10000 Merge pull request #3666 from jenshnielsen/test_mathtext_print · matplotlib/matplotlib@641b37a · GitHub
[go: up one dir, main page]

Skip to content

Commit 641b37a

Browse files
committed
Merge pull request #3666 from jenshnielsen/test_mathtext_print
TST : remove print from test
2 parents bf76ecb + 8ba9ac0 commit 641b37a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/matplotlib/tests/test_mathtext.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,6 @@ def test_mathtext_exceptions():
206206
parser.parse(math)
207207
except ValueError as e:
208208
exc = str(e).split('\n')
209-
print(e)
210209
assert exc[3].startswith(msg)
211210
else:
212211
assert False, "Expected '%s', but didn't get it" % msg

0 commit comments

Comments
 (0)
0