If I run ./bin/doctest the last line in the output is -
sympy/solvers/solvers.py[12]
............                                                                                                                                     Â
[OK]
and the remaining doctests not performed are -
examples/advanced/gibbs_phenomenon.py[2] .. [OK]
examples/advanced/fem.py[1] . [OK]
but they run if I blacklist my examples that use pdflatex.
If I run ./bin/doctest sympy/ga the total output is -
===============================================================================
test process starts
================================================================================
executable:        /usr/bin/python (2.7.3-final-0)
architecture:Â Â Â Â Â Â 64-bit
cache:Â Â Â Â Â Â Â Â Â Â Â Â Â yes
ground types:Â Â Â Â Â Â python
hash randomization: on (PYTHONHASHSEED=1354162837)
sympy/ga/vector.py[1]
.                                                                                                                                                       Â
[OK]
sympy/ga/ga.py[5]
.....                                                                                                                                                       Â
[OK]
====================================================================
tests finished: 6 passed, in 0.79 seconds
=====================================================================
Any more suggestions please.