Skip to content

Instantly share code, notes, and snippets.

@fperez
Created May 28, 2012 06:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fperez/2817740 to your computer and use it in GitHub Desktop.
Save fperez/2817740 to your computer and use it in GitHub Desktop.
IPython test log
..............................................
----------------------------------------------------------------------
Ran 46 tests in 0.054s
OK
..................................................................................................................................................................................................S............................S............................................................K.........
----------------------------------------------------------------------
Ran 294 tests in 15.570s
OK (KNOWNFAIL=1, SKIP=2)
.E....E
======================================================================
ERROR: Failure: ImportError (No module named Cython)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/nose/failure.py", line 37, in runTest
raise self.exc_class(self.exc_val).with_traceback(self.tb)
File "/usr/lib/python3/dist-packages/nose/loader.py", line 390, in loadTestsFromName
addr.filename, addr.module)
File "/usr/lib/python3/dist-packages/nose/importer.py", line 39, in importFromPath
return self.importFromDir(dir_path, fqname)
File "/usr/lib/python3/dist-packages/nose/importer.py", line 86, in importFromDir
mod = load_module(part_fqname, fh, filename, desc)
File "/home/fperez/.ipy_pr_tests/venv-python3.2/lib/python3.2/site-packages/ipython-0.13.dev-py3.2.egg/IPython/extensions/cythonmagic.py", line 36, in <module>
import Cython
ImportError: No module named Cython
======================================================================
ERROR: test suite for <module 'IPython.extensions.tests.test_cythonmagic' from '/home/fperez/.ipy_pr_tests/venv-python3.2/lib/python3.2/site-packages/ipython-0.13.dev-py3.2.egg/IPython/extensions/tests/test_cythonmagic.py'>
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/nose/suite.py", line 209, in run
self.setUp()
File "/usr/lib/python3/dist-packages/nose/suite.py", line 292, in setUp
self.setupContext(ancestor)
File "/usr/lib/python3/dist-packages/nose/suite.py", line 315, in setupContext
try_run(context, names)
File "/usr/lib/python3/dist-packages/nose/util.py", line 478, in try_run
return func()
File "/home/fperez/.ipy_pr_tests/venv-python3.2/lib/python3.2/site-packages/ipython-0.13.dev-py3.2.egg/IPython/extensions/tests/test_cythonmagic.py", line 19, in setup
ip.extension_manager.load_extension('cythonmagic')
File "/home/fperez/.ipy_pr_tests/venv-python3.2/lib/python3.2/site-packages/ipython-0.13.dev-py3.2.egg/IPython/core/extensions.py", line 90, in load_extension
__import__(module_str)
File "/home/fperez/.ipy_pr_tests/venv-python3.2/lib/python3.2/site-packages/ipython-0.13.dev-py3.2.egg/IPython/extensions/cythonmagic.py", line 36, in <module>
import Cython
ImportError: No module named Cython
----------------------------------------------------------------------
Ran 6 tests in 6.402s
FAILED (errors=2)
........
----------------------------------------------------------------------
Ran 8 tests in 0.002s
OK
........S.......SS......
----------------------------------------------------------------------
Ran 24 tests in 3.446s
OK (SKIP=3)
----------------------------------------------------------------------
Ran 0 tests in 0.000s
OK
.........................S..S......................S
----------------------------------------------------------------------
Ran 52 tests in 0.041s
OK (SKIP=3)
..................................................................SS...S............S............S..S..............................................S.........S..................................................
----------------------------------------------------------------------
Ran 208 tests in 1.140s
OK (SKIP=8)
......................................................
----------------------------------------------------------------------
Ran 54 tests in 0.033s
OK
**********************************************************************
IPython test group: IPython.config
**********************************************************************
IPython test group: IPython.core
**********************************************************************
IPython test group: IPython.extensions
**********************************************************************
IPython test group: IPython.frontend
**********************************************************************
IPython test group: IPython.lib
**********************************************************************
IPython test group: IPython.scripts
**********************************************************************
IPython test group: IPython.testing
**********************************************************************
IPython test group: IPython.utils
**********************************************************************
IPython test group: IPython.nbformat
**********************************************************************
Test suite completed for system with the following information:
{'commit_hash': '823777a',
'commit_source': 'installation',
'ipython_path': '/home/fperez/.ipy_pr_tests/venv-python3.2/lib/python3.2/site-packages/ipython-0.13.dev-py3.2.egg/IPython',
'ipython_version': '0.13.dev',
'os_name': 'posix',
'platform': 'Linux-3.2.0-24-generic-i686-with-Ubuntu-12.04-precise',
'sys_executable': '/home/fperez/.ipy_pr_tests/venv-python3.2/bin/python',
'sys_platform': 'linux2',
'sys_version': '3.2.3 (default, May 3 2012, 15:54:42) \n[GCC 4.6.3]'}
Tools and libraries available at test time:
curses pexpect sqlite3
Tools and libraries NOT available at test time:
matplotlib pymongo qt tornado wx wx.aui zmq
Ran 9 test groups in 37.825s
Status:
ERROR - 1 out of 9 test groups failed.
----------------------------------------
Runner failed: IPython.extensions
You may wish to rerun this one individually, with:
/home/fperez/.ipy_pr_tests/venv-python3.2/bin/python /home/fperez/.ipy_pr_tests/venv-python3.2/lib/python3.2/site-packages/ipython-0.13.dev-py3.2.egg/IPython/testing/iptest.py IPython.extensions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment