Comment #7 on issue 1800 by [email protected]: Some tests fail in Python 2.5, 2.4
http://code.google.com/p/sympy/issues/detail?id=1800

Yes, amd64-py2.6 fails - probably due to broken config, indeed.

But I'm only discussing amd64-py2.4, and I've found the cause of the problem in
bin/doctest:

There was no return statement in the 2.4 code branch in doctest(), so it returned None even when the tests were successful, which caused bin/doctest to exit with an
error status.

I'll push the trivial fix (simply dedenting the last statement in doctest()) in a moment.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--
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.

Reply via email to