8000 Remove PNG from the test_ttconv test -- it doesn't seem to work acros… · matplotlib/matplotlib@bd510d8 · GitHub
[go: up one dir, main page]

Skip to content

Commit bd510d8

Browse files
committed
Remove PNG from the test_ttconv test -- it doesn't seem to work across freetype versions, and also it doesn't actually test ttconv, wihch is not used by the Agg backend.
1 parent b8cab72 commit bd510d8

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
Binary file not shown.

lib/matplotlib/tests/test_ttconv.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import os.path
66

77
@image_comparison(baseline_images=["truetype-conversion"],
8-
extensions=["pdf", "png"])
8+
extensions=["pdf"])
99
def test_truetype_conversion():
1010
fontname = os.path.join(os.path.dirname(__file__), 'mpltest.ttf')
1111
fontname = os.path.abspath(fontname)

0 commit comments

Comments
 (0)
0