<div dir="ltr">Update:<div><br></div><div>Above should have read:</div><div><br></div><div>python3.6 setup.py develop --user</div><div><br></div><div>Installing with:</div><div><br></div><div>sudo pytthon3.6 setup.py develop </div><div><br></div><div>is running the tests ok.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Mar 9, 2018 at 12:08 PM, <a href="mailto:swfiua@gmail.com">swfiua@gmail.com</a> <span dir="ltr"><<a href="mailto:swfiua@gmail.com" target="_blank">swfiua@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><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" target="_blank">https://github.com/matplotlib/<wbr>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>
</blockquote></div><br></div>