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

Skip to content

Commit 8a0e56e

Browse files
committed
Update FreeType version in test_tightlayout4.
2.5.5 is what's in my conda env, and 2.6.1 is what's built with the local_freetype option and is used on Travis and AppVeyor without issue.
1 parent da711e1 commit 8a0e56e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/matplotlib/tests/test_tightlayout.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def test_tight_layout3():
5858

5959

6060
@image_comparison(baseline_images=['tight_layout4'],
61-
freetype_version=('2.4.5', '2.4.9'))
61+
freetype_version=('2.5.5', '2.6.1'))
6262
def test_tight_layout4():
6363
'Test tight_layout for subplot2grid'
6464

0 commit comments

Comments
 (0)