<div dir="ltr"><div>I am trying to get tests passing again for this pull request:</div><div><br></div><div><a href="https://github.com/matplotlib/matplotlib/pull/8325">https://github.com/matplotlib/matplotlib/pull/8325</a><br></div><div><br></div><div>They are failing due to differences in the images the latest code is generating.</div><div><br></div><div>The tests themselves advise me to build with "local_freetype=True" in setup.cfg  and I am doing this.</div><div><br></div><div>I am building/installing matplotlib with:</div><div><br></div><div>    python3.6 setup.py build</div><div><br></div><div>and</div><div><br></div><div>    python3.6 setup.py install --user</div><div><br></div><div>If I fire up python3.6 then</div><div><br></div><div>    from matplotlib import ft2font</div><div><br></div><div>works just fine.</div><div><br></div><div>But when I run py.test it fails to find it.</div><div><br></div><div>Curiously,</div><div><br></div><div>python3.6 -m matplotlib.ft2font</div><div><br></div><div>is also unable to find ft2font.</div><div><br></div><div>John</div></div>