[IPython-dev] zmq/embed_kernel failure in master

Fernando Perez fperez.net at gmail.com
Sun Jun 10 22:34:00 EDT 2012


Does anyone else see this in master?

IPython test group: IPython.zmq
.E....................................................................................................................................................
======================================================================
ERROR: IPython.embed_kernel() is basically functional
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
    self.test(*self.arg)
  File "/home/fperez/usr/lib/python2.7/site-packages/IPython/zmq/tests/test_embed_kernel.py",
line 113, in test_embed_kernel_basic
    msg = shell.get_msg(block=True, timeout=2)
  File "/home/fperez/usr/lib/python2.7/site-packages/IPython/zmq/blockingkernelmanager.py",
line 93, in get_msg
    return self._in_queue.get(block, timeout)
  File "/usr/lib/python2.7/Queue.py", line 176, in get
    raise Empty
Empty


f



More information about the IPython-dev mailing list