Also an information about why each module doesn't work properly added.
---
 bin/doctest |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/bin/doctest b/bin/doctest
index f2d0ffc..9749afc 100755
--- a/bin/doctest
+++ b/bin/doctest
@@ -8,10 +8,13 @@ work in any circumstances. See "sympy.dotest?" for 
documentation.
 """
 
 blacklist = [
-        "sympy/thirdparty/pyglet",
-        "sympy/mpmath",
-        "sympy/plotting",
-        "sympy/utilities/compilef.py",
+        "sympy/thirdparty/pyglet", # segfaults
+        "sympy/mpmath", # needs to be fixed upstream
+        "sympy/plotting", # generates live plots
+        "sympy/utilities/compilef.py", # needs tcc
+        "sympy/galgebra/GAsympy.py", # needs numpy
+        "sympy/conftest.py", # needs py.test
+        "sympy/utilities/benchmarking.py", # needs py.test
         ]
 
 import os
-- 
1.6.0.4.1060.g9433b


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sympy-patches" group.
To post to this group, send email to sympy-patches@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sympy-patches?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to