Comment #29 on issue 2482 by [email protected]: Stop bundling mpmath
http://code.google.com/p/sympy/issues/detail?id=2482

2to3 issue: that's pretty bad. Obviously, one solution is to unbundle mpmath, I understand that.

Keeping it in, the only way is to make sure 2to3 is not run on it. I can see at least the following options to resolve it:

1) run 2to3 in our script, and only run it on specific directories manually
2) move mpmath to a temporary directory outside of the sympy tree, run 2to3, move mpmath back (automatically) 3) send a patch to 2to3 guys to allow to exclude a directory, and until it gets accepted, monkey patch it


(I didn't get the JUnitXML argument --- we are not shipping py.test with sympy, the testing framework was written from scratch by me, to make sure it works correctly)

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