Skip to content

Instantly share code, notes, and snippets.

@fperez
Created May 31, 2012 01:45
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/2840306 to your computer and use it in GitHub Desktop.
Save fperez/2840306 to your computer and use it in GitHub Desktop.
IPython test log
..............................................
----------------------------------------------------------------------
Ran 46 tests in 0.049s
OK
..........................................................................................................................................................................................................................................................................................................................................................................................................................K.........
----------------------------------------------------------------------
Ran 425 tests in 15.140s
OK (KNOWNFAIL=1)
..E...E
======================================================================
ERROR: Failure: ImportError (No module named rpy2.rinterface)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/nose/loader.py", line 390, in loadTestsFromName
addr.filename, addr.module)
File "/usr/lib/python2.7/dist-packages/nose/importer.py", line 39, in importFromPath
return self.importFromDir(dir_path, fqname)
File "/usr/lib/python2.7/dist-packages/nose/importer.py", line 86, in importFromDir
mod = load_module(part_fqname, fh, filename, desc)
File "/home/fperez/.ipy_pr_tests/venv-python2.7/local/lib/python2.7/site-packages/IPython/extensions/rmagic.py", line 20, in <module>
import rpy2.rinterface as ri
ImportError: No module named rpy2.rinterface
======================================================================
ERROR: Failure: ImportError (No module named rpy2.rinterface)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/nose/loader.py", line 390, in loadTestsFromName
addr.filename, addr.module)
File "/usr/lib/python2.7/dist-packages/nose/importer.py", line 39, in importFromPath
return self.importFromDir(dir_path, fqname)
File "/usr/lib/python2.7/dist-packages/nose/importer.py", line 86, in importFromDir
mod = load_module(part_fqname, fh, filename, desc)
File "/home/fperez/.ipy_pr_tests/venv-python2.7/local/lib/python2.7/site-packages/IPython/extensions/tests/test_rmagic.py", line 3, in <module>
from IPython.extensions import rmagic
File "/home/fperez/.ipy_pr_tests/venv-python2.7/local/lib/python2.7/site-packages/IPython/extensions/rmagic.py", line 20, in <module>
import rpy2.rinterface as ri
ImportError: No module named rpy2.rinterface
----------------------------------------------------------------------
Ran 7 tests in 6.443s
FAILED (errors=2)
..........................
----------------------------------------------------------------------
Ran 26 tests in 2.247s
OK
.....................................
----------------------------------------------------------------------
Ran 38 tests in 7.008s
OK
----------------------------------------------------------------------
Ran 0 tests in 0.000s
OK
...........................S..S..........................S
----------------------------------------------------------------------
Ran 62 tests in 0.054s
OK (SKIP=3)
....................................................................SS...S............S............S..S...........................................................................................................
----------------------------------------------------------------------
Ran 211 tests in 0.837s
OK (SKIP=6)
......................................................
----------------------------------------------------------------------
Ran 54 tests in 0.029s
OK
......................................................................................................................................................
----------------------------------------------------------------------
Ran 160 tests in 11.308s
OK
.............................................................................................S..........SSSSSSSSSSSSSS.....................................................S
----------------------------------------------------------------------
Ran 173 tests in 47.834s
OK (SKIP=16)
**********************************************************************
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
**********************************************************************
IPython test group: IPython.zmq
**********************************************************************
IPython test group: IPython.parallel
**********************************************************************
Test suite completed for system with the following information:
{'commit_hash': 'd91c55d',
'commit_source': 'installation',
'ipython_path': '/home/fperez/.ipy_pr_tests/venv-python2.7/local/lib/python2.7/site-packages/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-python2.7/bin/python',
'sys_platform': 'linux2',
'sys_version': '2.7.3 (default, Apr 20 2012, 22:44:07) \n[GCC 4.6.3]'}
Tools and libraries available at test time:
curses matplotlib pexpect pygments pymongo qt sqlite3 tornado wx wx.aui zmq
Ran 11 test groups in 110.474s
Status:
ERROR - 1 out of 11 test groups failed.
----------------------------------------
Runner failed: IPython.extensions
You may wish to rerun this one individually, with:
/home/fperez/.ipy_pr_tests/venv-python2.7/bin/python /home/fperez/.ipy_pr_tests/venv-python2.7/local/lib/python2.7/site-packages/IPython/testing/iptest.py IPython.extensions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment