Updates:
Labels: -NeedsReview
Comment #8 on issue 2542 by [email protected]: Compatibility with
py.test
http://code.google.com/p/sympy/issues/detail?id=2542
Per Ronan in PR #805:
Known problems:
Tests having @slow and @XFAIL are reported incorrectly (this might be a
bug in pytest).
There's a failure in the test for raises() because pytest's behaves
slightly differently.
There's a failure in utilities/randtest.py because it's incorrectly
recognised as a test file.
test_polygon fails in sympy/geometry/tests/test_geometry.py because
warnings are handled differently.
Under Python3, there are many failures in test_GA.py due to missing
numpy (bin/test doesn't run the file)
Under Python3, there are failures in
sympy/solvers/tests/test_recurr.py. I haven't found the reason for this yet.
So I don't think this should be closed just yet. I'll try to take a look at
these (at least the Python 3 ones).
--
You received this message because you are subscribed to the Google Groups
"sympy-issues" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sympy-issues?hl=en.