zerolugithub / pythonxy

Automatically exported from code.google.com/p/pythonxy
0 stars 0 forks source link

the pythonxy matplotlib package does not have matplotlib.tests sub package #754

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I am Using pythonxy 2.7.6.1.  

Is there any reason why the matplotlib package does not have the 
matplotlib.tests sub package installed?  The matplotlib.testing.decorators 
module is present, however, it depends on the tests subpackage.

Code to reproduce error:

>>> from matplotlib.testing.decorators import cleanup
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "C:\Python27\lib\site-packages\matplotlib\testing\decorators.py", line 17, in <module>
    import matplotlib.tests
ImportError: No module named tests
>>>

Original issue reported on code.google.com by rtrwal...@gmail.com on 20 Oct 2014 at 12:18

GoogleCodeExporter commented 9 years ago
The test data is ~48MB. I'll put back back the module though.

Thanks!

Original comment by grizzly.nyo on 30 Oct 2014 at 5:10

GoogleCodeExporter commented 9 years ago

Original comment by grizzly.nyo on 30 Oct 2014 at 10:06