Re: [Matplotlib-users] testing issue involving matplotlib

2014-06-10 Thread Benjamin Root
Thanks for the update. On Tue, Jun 10, 2014 at 6:46 AM, John Evans wrote: > Just to close the loop on this, I figured out that the issue was minimally > reproduced if the "import matplotlib.pyplot" line was replaced with just > "import six". It was reported to the six package developers and th

Re: [Matplotlib-users] testing issue involving matplotlib

2014-06-10 Thread John Evans
Just to close the loop on this, I figured out that the issue was minimally reproduced if the "import matplotlib.pyplot" line was replaced with just "import six". It was reported to the six package developers and the problem was resolved with the 1.7.0 release of six. On Wed, Apr 16, 2014 at 12:3

Re: [Matplotlib-users] testing issue involving matplotlib

2014-04-16 Thread Benjamin Root
Hmmm, it isn't the same, but I wonder if it is related to the oddities around https://github.com/matplotlib/matplotlib/pull/2925 . What I mean is that in that case, none of our unit tests caught the problem, even though it should have. In your case, your unit tests is catching a similar problem, bu

[Matplotlib-users] testing issue involving matplotlib

2014-04-14 Thread John Evans
Helllo, I'm seeing a strange issue when running unittests on python3.3 and python3.4 that somehow involves matplotlib. My code has a somewhat complicated setup, but I think I've boiled the issue down to the following reproduction steps import unittest import warnings import matplotlib.pyplot c