[IPython-dev] Test failure in trunk, I think from a recent merge

Fernando Perez fperez.net at gmail.com
Wed Jan 26 23:30:36 EST 2011


Hey folks,

I'm seeing this from trunk:

======================================================================
ERROR: Failure: ImportError (cannot import name DefaultFormatter)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/pymodules/python2.6/nose/loader.py", line 379, in
loadTestsFromName
    addr.filename, addr.module)
  File "/usr/lib/pymodules/python2.6/nose/importer.py", line 39, in
importFromPath
    return self.importFromDir(dir_path, fqname)
  File "/usr/lib/pymodules/python2.6/nose/importer.py", line 86, in
importFromDir
    mod = load_module(part_fqname, fh, filename, desc)
  File "/home/fperez/ipython/ipython/IPython/core/tests/test_formatters.py",
line 6, in <module>
    from IPython.core.formatters import FormatterABC, DefaultFormatter
ImportError: cannot import name DefaultFormatter


Brian, I suspect that's from the recent formatting merge, it should be
a quick fix though, I imagine.  Sorry I failed to catch this one on
the review (lesson, which we knew already, never forget to run the
full test suite after a review :)

Cheers,

f



More information about the IPython-dev mailing list