Skip to content

Commit 3c16d20

Browse files
committed
debug ci failure?
1 parent 58bd19b commit 3c16d20

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/matplotlib/tests/test_text.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -437,6 +437,7 @@ def test_annotation_negative_fig_coords():
437437
def test_text_stale():
438438
fig, (ax1, ax2) = plt.subplots(1, 2)
439439
plt.draw_all()
440+
print(fig.canvas)
440441
assert not ax1.stale
441442
assert not ax2.stale
442443
assert not fig.stale

0 commit comments

Comments
 (0)