<div dir="ltr"><div><div><div>The 1.5.0 conda package does not ship with our test images (making the image _way_ smaller).<br><br></div>This was reported <a href="https://github.com/matplotlib/matplotlib/issues/5487">https://github.com/matplotlib/matplotlib/issues/5487</a> and is fixed upstream (but not released yet).<br><br></div>The tests should be packaged by continuum as a separate package, but that does not seem to be the case yet.  There is an (I assume) unofficial build of matplotlib-tests you can install via<br><br>conda install -c msarahan matplotlib-tests<br><br></div>Tom<br></div><br><div class="gmail_quote"><div dir="ltr">On Tue, Dec 22, 2015 at 10:35 AM Fabien <<a href="mailto:fabien.maussion@gmail.com">fabien.maussion@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
I am using matplotlib's testing framework for my own project (mostly the<br>
image_comparison decorator).<br>
<br>
With the latest 1.5 builds on conda (not the pip install and not with<br>
1.4.3), I get the following error when running:<br>
<br>
 >>> from matplotlib.testing.decorators import image_comparison<br>
Traceback (most recent call last):<br>
   File "<stdin>", line 1, in <module><br>
   File<br>
"/home/mowglie/.bin/conda/envs/oggm/lib/python3.4/site-packages/matplotlib/testing/decorators.py",<br>
line 19, in <module><br>
     import matplotlib.tests<br>
ImportError: No module named 'matplotlib.tests'<br>
<br>
Any idea on why this happens?<br>
<br>
Thanks!<br>
<br>
Fabien<br>
<br>
<br>
_______________________________________________<br>
Matplotlib-users mailing list<br>
<a href="mailto:Matplotlib-users@python.org" target="_blank">Matplotlib-users@python.org</a><br>
<a href="https://mail.python.org/mailman/listinfo/matplotlib-users" rel="noreferrer" target="_blank">https://mail.python.org/mailman/listinfo/matplotlib-users</a><br>
</blockquote></div>