These modules were disabled:
  * pyglet and plotting needs to be disabled, because the doctests open windows
with plots
  * mpmath should be fixed upstream
  * compilef.py doesn't import without installing tcc first
---
 bin/doctest |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/bin/doctest b/bin/doctest
index fbebb0e..f2d0ffc 100755
--- a/bin/doctest
+++ b/bin/doctest
@@ -8,6 +8,10 @@ work in any circumstances. See "sympy.dotest?" for 
documentation.
 """
 
 blacklist = [
+        "sympy/thirdparty/pyglet",
+        "sympy/mpmath",
+        "sympy/plotting",
+        "sympy/utilities/compilef.py",
         ]
 
 import os
-- 
1.6.0.4


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