[sympy] Local-only matplotlib failure

2015-06-09 Thread Joachim Durchholz
I'm getting a failure for matplotlib when running the test suite locally, but not on Travis. I'm not sure whether that's a bug in implicit_plot, or in the test suite, or whether I'm just missing an installation dependency. Here's the trace: $ bin/test test_plot_implicit -k test_matplotlib ===

Re: [sympy] Local-only matplotlib failure

2015-06-09 Thread Sudhanshu Mishra
Same here. Sudhanshu Mishra On Tue, Jun 9, 2015 at 7:14 PM, Joachim Durchholz wrote: > I'm getting a failure for matplotlib when running the test suite locally, > but not on Travis. I'm not sure whether that's a bug in implicit_plot, or > in the test suite, or whether I'm just missing an instal

Re: [sympy] Local-only matplotlib failure

2015-06-11 Thread j . gonthier01
Yes, I also got this error. I think if matplotlib or something similar is not installed, the test is not run and that may be why this error does not appear on Travis (although I have no idea what Travis is). Le mardi 9 juin 2015 09:49:24 UTC-4, Sudhanshu Mishra a écrit : > > Same here. > > Sudha

Re: [sympy] Local-only matplotlib failure

2015-06-11 Thread j . gonthier01
I think this is actually the error we discussed about here: https://groups.google.com/forum/#!searchin/sympy/gonthier/sympy/CxiRZWdW6KA/8pyTinsRWGgJ Le jeudi 11 juin 2015 14:32:00 UTC-4, j.gont...@gmail.com a écrit : > > Yes, I also got this error. I think if matplotlib or something similar is >

Re: [sympy] Local-only matplotlib failure

2015-06-11 Thread Joachim Durchholz
Am 11.06.2015 um 20:33 schrieb j.gonthie...@gmail.com: I think this is actually the error we discussed about here: https://groups.google.com/forum/#!searchin/sympy/gonthier/sympy/CxiRZWdW6KA/8pyTinsRWGgJ Bummer, you're right. Did you open an Issue for this? It's really annoying. -- You recei