Thanks to visit codestin.com
Credit goes to github.com

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

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

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)