[IPython-dev] Test failure in trunk, I think from a recent merge
Brian Granger
ellisonbg at gmail.com
Fri Jan 28 13:27:55 EST 2011
Ha ha,
Yes, that is my fault. I should have run the test suite as well. I
will get on fixing this over the weekend.
Cheers,
Brian
On Wed, Jan 26, 2011 at 8:30 PM, Fernando Perez <fperez.net at gmail.com> wrote:
> 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
> _______________________________________________
> IPython-dev mailing list
> IPython-dev at scipy.org
> http://mail.scipy.org/mailman/listinfo/ipython-dev
>
--
Brian E. Granger, Ph.D.
Assistant Professor of Physics
Cal Poly State University, San Luis Obispo
bgranger at calpoly.edu
ellisonbg at gmail.com
More information about the IPython-dev
mailing list