This was an attempt to fix a bug that mpl's KnownFailure plugin wouldn't load when running tests directly using the nosetests commandline script. I see IPython has a testing wrapper script (iptest) -- is that in part to solve that problem?
In any case, the revert should be simple -- can you try commenting out the "entry_points" kwarg at the bottom of the setup.py script? (You'll probably need to blitz the matplotlib installation directory and `build` for good measure). I can't actually reproduce the bug myself, but I suspect that's because this is somewhat dependent on the order in which things are installed into the virtualenv or the phases of the moon... If that works for you, we can just take that out and require testers to use our testing script (and unfortunately will have to make another release candidate). Mike On 06/18/2013 06:13 PM, Fernando Perez wrote: > Hi Ben, > > On Tue, Jun 18, 2013 at 1:29 PM, Benjamin Root <[email protected]> wrote: > >> Does the same thing happen with the v1.3.x branch? You said you tested >> master, but that isn't exactly the same as v1.3.x. > I just tested with the v1.3.0rc3, and the problem is present there: > > ((v1.3.0rc3))longs[matplotlib]> iptest -vx IPython.core.tests.test_run > Check that %run doesn't damage __builtins__ ... ok > Check that the type of __builtins__ doesn't change with %run. ... ok > Test that prompts correctly generate after %run ... ok > Test that the option -p, which invokes the profiler, do not ... ok > Test that namespace cleanup is not too aggressive GH-238 ... ERROR > > ====================================================================== > ERROR: Test that namespace cleanup is not too aggressive GH-238 > ---------------------------------------------------------------------- > Traceback (most recent call last): > File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest > self.test(*self.arg) > File "/usr/lib/python2.7/dist-packages/numpy/testing/decorators.py", > line 213, in knownfailer > raise KnownFailureTest(msg) > KnownFailureTest: This test is known to fail > > ---------------------------------------------------------------------- > Ran 5 tests in 0.006s > > FAILED (errors=1) > > > Cheers, > > f > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by Windows: > > Build for Windows Store. > > http://p.sf.net/sfu/windows-dev2dev > _______________________________________________ > Matplotlib-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/matplotlib-devel ------------------------------------------------------------------------------ This SF.net email is sponsored by Windows: Build for Windows Store. http://p.sf.net/sfu/windows-dev2dev _______________________________________________ Matplotlib-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/matplotlib-devel