Skip to content

Commit d96d68c

Browse files
committed
TST: update test images for text baseline changes
Remove the light font because we don't have a good one on mac on CI
1 parent dff07ed commit d96d68c

File tree

3 files changed

+0
-1
lines changed

3 files changed

+0
-1
lines changed

lib/matplotlib/tests/test_text.py

-1
Original file line numberDiff line numberDiff line change
@@ -1126,7 +1126,6 @@ def test_font_wrap():
11261126
plt.text(4, -1, t, fontsize=18, family='serif', ha='left', rotation=15,
11271127
wrap=True)
11281128
plt.text(6, 5, t, family='sans serif', ha='left', rotation=15, wrap=True)
1129-
plt.text(5, 5, t, weight='light', ha='right', rotation=-15, wrap=True)
11301129
plt.text(5, 10, t, weight='heavy', ha='center', va='top', wrap=True)
11311130
plt.text(3, 4, t, family='monospace', ha='right', wrap=True)
11321131
plt.text(-1, 0, t, fontsize=14, style='italic', ha='left', rotation=-15,

0 commit comments

Comments
 (0)