The slow tests are exactly that: slow. They are disabled by default for a reason. We only run them before a release, or if we suspect a change might affect them.
And even if you do run them, I recommend using the timeout flag. Because at least one test takes a *really* long time. Aaron Meurer On Feb 20, 2013, at 7:34 AM, Ronan Lamy <[email protected]> wrote: > Le 20/02/2013 10:25, Mary Clark a écrit : >> I'm nearly ready to submit my patch, and I've been trying to run the >> slow tests. However, they are taking hours (literally). I ran them >> overnight, and after eight hours they had still not finished. Is this >> normal, or is there something wrong with my computer/my code? >> >> Mary > The slow tests are indeed extremely slow to run. Don't worry about them - I > never run them myself. Actually, running the standard test suite is already > so painful that I rarely do it either, relying on Travis-CI to do it for me > instead. > > -- > You received this message because you are subscribed to the Google Groups > "sympy" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/sympy?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sympy?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
