Issue 1203: blacklist for tests/doctests
http://code.google.com/p/sympy/issues/detail?id=1203

New issue report by Vinzent.Steinberg:
Something like in the current setup.py:

modules = [
     # do docstring # module name # omit those even if the first field is  
True
     ( True, 'sympy.concrete', [] ),
     ( True, 'sympy.core', ['add', 'mul', 'relational', 'interval',
         'ast_parser', 'ast_parser_python24'] ),
     ( True, 'sympy.functions', [] ),
     ( True, 'sympy.functions.combinatorial', [] ),
     ( True, 'sympy.functions.elementary',
         ['miscellaneous', 'trigonometric', 'hyperbolic', 'exponential'] ),
     ( False, 'sympy.functions.special', [] ),
     ( True, 'sympy.galgebra', [] ),
     ( True, 'sympy.geometry', [] ),
     ( True, 'sympy.integrals', [] ),
     ( True, 'sympy.interactive', [] ),
     ( True, 'sympy.matrices', [] ),
     ( True, 'sympy.ntheory', [] ),
     ( False, 'sympy.parsing', [] ),
     ( True, 'sympy.physics', [] ),
     ( False, 'sympy.plotting', [] ),
     ( False, 'sympy.thirdparty', [] ),
     ( False, 'sympy.mpmath', [] ),
     ( True, 'sympy.polynomials', [] ),
     ( True, 'sympy.polynomials.fast', [] ),
     ( True, 'sympy.polys', ['wrappers'] ),
     ( True, 'sympy.printing', ['gtk', 'tree'] ),
     ( True, 'sympy.printing.pretty', [] ),
     ( True, 'sympy.series', ["limits"] ),
     ( True, 'sympy.simplify', [] ),
     ( True, 'sympy.solvers', [] ),
     ( True, 'sympy.statistics', [] ),
     ( True, 'sympy.utilities', ["compilef"] ),
     ( True, 'sympy.utilities.mathml', [] ),
     ]

This is needed for compilef.py and possibly mpmath.


Issue attributes:
        Status: Accepted
        Owner: ----
        Labels: Type-Enhancement Priority-Medium

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