Re: [Matplotlib-users] Lots of failing tests raising KnownFailureTest

2012-11-19 Thread Adam Mercer
On Mon, Nov 19, 2012 at 7:44 AM, Nelle Varoquaux wrote: > This is not the "correct" way to run the tests. Then that explains it, thanks. >> Does the same thing happen with the following command: >> >> python -c "import matplotlib; matplotlib.test()" No, all tests pass (or fail when they are ex

Re: [Matplotlib-users] Lots of failing tests raising KnownFailureTest

2012-11-19 Thread Nelle Varoquaux
Hello, Hi >> >> When running the testsuite for matplotlib-1.2.0 i.e. >> >> $ nosetests -exe matplotlib >> > This is not the "correct" way to run the tests. You need to run them using: python tests.py I currently have a PR that indicates that in the README > I'm getting a lot of errors of the f

Re: [Matplotlib-users] Lots of failing tests raising KnownFailureTest

2012-11-19 Thread Benjamin Root
On Sun, Nov 18, 2012 at 5:51 PM, Adam Mercer wrote: > Hi > > When running the testsuite for matplotlib-1.2.0 i.e. > > $ nosetests -exe matplotlib > > I'm getting a lot of errors of the form: > > Does the same thing happen with the following command: python -c "import matplotlib; matplotlib.test(

[Matplotlib-users] Lots of failing tests raising KnownFailureTest

2012-11-18 Thread Adam Mercer
Hi When running the testsuite for matplotlib-1.2.0 i.e. $ nosetests -exe matplotlib I'm getting a lot of errors of the form: == ERROR: matplotlib.tests.test_dates.test_empty_date_with_year_formatter.test --