Created
May 31, 2012 16:37
-
-
Save fperez/2844633 to your computer and use it in GitHub Desktop.
iptest/nose detailed log, virtualenv without Cython available
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(ipython-bare)blanca[junk]> iptest -vvv IPython.extensions | |
['IPython/external', 'IPython_doctest_plugin', 'IPython/quarantine', 'IPython/deathrow', 'IPython/testing/attic', 'IPython/testing/mkdoctests', 'IPython/lib/inputhook', 'IPython/config/default', 'IPython/config/profile', 'IPython/lib/inputhookwx', 'IPython/lib/inputhookgtk', 'IPython/zmq/gui/gtkembed', 'IPython/zmq', 'IPython/frontend/qt', 'IPython/frontend/html', 'IPython/frontend/consoleapp.py', 'IPython/frontend/terminal/console', 'IPython/parallel', 'IPython/parallel/controller/mongodb', 'IPython/parallel/tests/test_mongodb', 'IPython/core/pylabtools', 'IPython/core/tests/test_pylabtools', 'IPython/zmq/pylab', 'IPython/extensions/cythonmagic', 'IPython/extensions/cythonmagic.py', 'IPython/extensions/test/test_cythonmagic', 'IPython/extensions/test/test_cythonmagic.py'] | |
nose.config: INFO: Ignoring files matching ['^\\.', '^_', '^setup\\.py$'] | |
nose.plugins.manager: DEBUG: Configuring plugins | |
nose.plugins.manager: DEBUG: Plugins enabled: [<IPython.testing.plugin.ipdoctest.IPythonDoctest object at 0xa50842c>, <IPython.external.decorators._numpy_testing_noseclasses.KnownFailure object at 0xa70cc8c>, <nose.plugins.capture.Capture object at 0xa8148cc>, <nose.plugins.logcapture.LogCapture object at 0xa8148ec>, <nose.plugins.deprecated.Deprecated object at 0xa81496c>, <nose.plugins.failuredetail.FailureDetail object at 0xa814a0c>, <nose.plugins.skip.Skip object at 0xa814a6c>] | |
nose.core: DEBUG: configured Config(addPaths=True, args=(), configSection='nosetests', debug=None, debugLog=None, env={}, exclude=None, files=['/home/fperez/.noserc'], firstPackageWins=False, getTestCaseNamesCompat=False, ignoreFiles=[<_sre.SRE_Pattern object at 0xa72ac28>, <_sre.SRE_Pattern object at 0xa7f7910>, <_sre.SRE_Pattern object at 0xa7e9020>], ignoreFilesDefaultStrings=['^\\.', '^_', '^setup\\.py$'], include=None, includeExe=True, logStream=<open file '<stderr>', mode 'w' at 0xb778b0d0>, loggingConfig=None, options=<Values at 0xa851dac: {'enable_plugin_ipdoctest': True, 'doctest_tests': None, 'multiprocess_restartworker': False, 'loggingConfig': None, 'doctestExtension': None, 'ipdoctest_tests': True, 'enable_plugin_xunit': None, 'logcapture_clear': False, 'enable_plugin_id': None, 'testNames': None, 'exclude': [], 'ipdoctest_extension': ['txt'], 'ignoreFiles': [], 'multiprocess_workers': 0, 'addPaths': True, 'capture': True, 'stopOnError': False, 'noSkip': False, 'enable_plugin_isolation': None, 'logcapture_filters': None, 'collect_only': None, 'enable_plugin_allmodules': None, 'failed': False, 'version': False, 'eval_attr': None, 'includeExe': True, 'include': [], 'enable_plugin_profile': None, 'debugErrors': False, 'files': None, 'multiprocess_timeout': 10, 'doctest_result_var': None, 'traverseNamespace': True, 'firstPackageWins': False, 'cover_html_dir': 'cover', 'logcapture_datefmt': None, 'xunit_file': 'nosetests.xml', 'noKnownFail': False, 'showPlugins': False, 'cover_erase': None, 'logcapture': True, 'py3where': None, 'testIdFile': '.noseids', 'enable_plugin_coverage': None, 'attr': None, 'profile_sort': 'cumulative', 'doctestFixtures': None, 'cover_packages': None, 'verbosity': 4, 'enable_plugin_doctest': None, 'profile_stats_file': None, 'cover_inclusive': None, 'noDeprecated': False, 'logcapture_format': '%(name)s: %(levelname)s: %(message)s', 'debugFailures': False, 'detailedErrors': True, 'debugLog': None, 'testMatch': '(?:^|[\\b_\\./-])[Tt]est', 'cover_html': None, 'debug': None, 'where': None, 'cover_tests': None, 'profile_restrict': None}>, parser=<optparse.OptionParser instance at 0xa8145ac>, parserClass=<class optparse.OptionParser at 0xb72c27dc>, plugins=<nose.plugins.manager.DefaultPluginManager object at 0xa73d60c>, py3where=(), runOnInit=True, srcDirs=('lib', 'src'), stopOnError=False, stream=<open file '<stderr>', mode 'w' at 0xb778b0d0>, testMatch=<_sre.SRE_Pattern object at 0xa7515d0>, testMatchPat='(?:^|[\\b_\\./-])[Tt]est', testNames=['IPython.extensions'], traverseNamespace=True, verbosity=4, where=(), worker=False, workingDir='/home/fperez/tmp/junk') | |
nose.importer: DEBUG: Add path /home/fperez/tmp/junk | |
nose.importer: DEBUG: insert /home/fperez/tmp/junk into sys.path | |
nose.core: DEBUG: test loader is <nose.loader.TestLoader object at 0xa8556cc> | |
nose.core: DEBUG: defaultTest . | |
nose.core: DEBUG: Test names are ['IPython.extensions'] | |
nose.core: DEBUG: createTests called with None | |
nose.loader: DEBUG: load from IPython.extensions (None) | |
nose.selector: DEBUG: Test name IPython.extensions resolved to file None, module IPython.extensions, call None | |
nose.selector: DEBUG: Final resolution of test name IPython.extensions: file None module IPython.extensions call None | |
nose: DEBUG: __import__ IPython.extensions | |
nose: DEBUG: resolve: ['extensions'], IPython.extensions, <module 'IPython' from '/home/fperez/ipython/ipython/IPython/__init__.pyc'>, <module 'IPython' from '/home/fperez/ipython/ipython/IPython/__init__.pyc'> | |
nose.loader: DEBUG: Load from module <module 'IPython.extensions' from '/home/fperez/ipython/ipython/IPython/extensions/__init__.pyc'> | |
nose.loader: DEBUG: Load tests from module path /home/fperez/ipython/ipython/IPython/extensions? | |
nose.loader: DEBUG: path: None os.path.realpath(/home/fperez/ipython/ipython/IPython/extensions): /home/fperez/ipython/ipython/IPython/extensions | |
nose.loader: DEBUG: load from dir /home/fperez/ipython/ipython/IPython/extensions | |
nose.importer: DEBUG: Add path /home/fperez/ipython/ipython/IPython/extensions | |
nose.importer: DEBUG: Add path /home/fperez/ipython/ipython/IPython | |
nose.importer: DEBUG: Add path /home/fperez/ipython/ipython | |
nose.selector: DEBUG: __init__.py matches ignoreFiles pattern; skipped | |
nose.selector: DEBUG: __init__.pyc matches ignoreFiles pattern; skipped | |
nose.selector: DEBUG: plugin setting want /home/fperez/ipython/ipython/IPython/extensions/autoreload.py to True | |
nose.selector: DEBUG: wantFile /home/fperez/ipython/ipython/IPython/extensions/autoreload.py? True | |
nose.loader: DEBUG: load from /home/fperez/ipython/ipython/IPython/extensions/autoreload.py (None) | |
nose.selector: DEBUG: Test name /home/fperez/ipython/ipython/IPython/extensions/autoreload.py resolved to file /home/fperez/ipython/ipython/IPython/extensions/autoreload.py, module None, call None | |
nose.selector: DEBUG: Final resolution of test name /home/fperez/ipython/ipython/IPython/extensions/autoreload.py: file /home/fperez/ipython/ipython/IPython/extensions/autoreload.py module IPython.extensions.autoreload call None | |
nose.importer: DEBUG: Import IPython.extensions.autoreload from /home/fperez/ipython/ipython | |
nose.importer: DEBUG: Add path /home/fperez/ipython/ipython | |
nose.importer: DEBUG: find module part IPython (IPython) in ['/home/fperez/ipython/ipython'] | |
nose.importer: DEBUG: sys.modules has IPython as <module 'IPython' from '/home/fperez/ipython/ipython/IPython/__init__.pyc'> | |
nose.importer: DEBUG: module already loaded? mod: /home/fperez/ipython/ipython new: /home/fperez/ipython/ipython | |
nose.importer: DEBUG: find module part extensions (IPython.extensions) in ['/home/fperez/ipython/ipython/IPython'] | |
nose.importer: DEBUG: sys.modules has IPython.extensions as <module 'IPython.extensions' from '/home/fperez/ipython/ipython/IPython/extensions/__init__.pyc'> | |
nose.importer: DEBUG: module already loaded? mod: /home/fperez/ipython/ipython/IPython new: /home/fperez/ipython/ipython/IPython | |
nose.importer: DEBUG: find module part autoreload (IPython.extensions.autoreload) in ['/home/fperez/ipython/ipython/IPython/extensions'] | |
nose.loader: DEBUG: Load from module <module 'IPython.extensions.autoreload' from '/home/fperez/ipython/ipython/IPython/extensions/autoreload.pyc'> | |
nose.selector: DEBUG: wantModule <module 'IPython.extensions.autoreload' from '/home/fperez/ipython/ipython/IPython/extensions/autoreload.pyc'>? False | |
nose.suite: DEBUG: Create suite for <nose.suite.ContextList object at 0xa855c2c> | |
nose.suite: DEBUG: tests <nose.suite.ContextList object at 0xa855c2c> context <module 'IPython.extensions.autoreload' from '/home/fperez/ipython/ipython/IPython/extensions/autoreload.pyc'> | |
nose.suite: DEBUG: Context suite for <nose.suite.ContextList object at 0xa855c2c> (<module 'IPython.extensions.autoreload' from '/home/fperez/ipython/ipython/IPython/extensions/autoreload.pyc'>) (176524556) | |
nose.suite: DEBUG: suite <nose.suite.ContextSuite context=IPython.extensions.autoreload> has context IPython.extensions.autoreload | |
nose.suite: DEBUG: get ancestry <module 'IPython.extensions.autoreload' from '/home/fperez/ipython/ipython/IPython/extensions/autoreload.pyc'> | |
nose.suite: DEBUG: <module 'IPython.extensions.autoreload' from '/home/fperez/ipython/ipython/IPython/extensions/autoreload.pyc'> ancestors ['IPython', 'extensions'] | |
nose: DEBUG: __import__ IPython.extensions | |
nose: DEBUG: resolve: ['extensions'], IPython.extensions, <module 'IPython' from '/home/fperez/ipython/ipython/IPython/__init__.pyc'>, <module 'IPython' from '/home/fperez/ipython/ipython/IPython/__init__.pyc'> | |
nose.suite: DEBUG: suite <nose.suite.ContextSuite context=IPython.extensions.autoreload> has ancestor IPython.extensions | |
nose.suite: DEBUG: <module 'IPython.extensions.autoreload' from '/home/fperez/ipython/ipython/IPython/extensions/autoreload.pyc'> ancestors ['IPython'] | |
nose: DEBUG: __import__ IPython | |
nose: DEBUG: resolve: [], IPython, <module 'IPython' from '/home/fperez/ipython/ipython/IPython/__init__.pyc'>, <module 'IPython' from '/home/fperez/ipython/ipython/IPython/__init__.pyc'> | |
nose.suite: DEBUG: suite <nose.suite.ContextSuite context=IPython.extensions.autoreload> has ancestor IPython | |
nose.selector: DEBUG: wantFile /home/fperez/ipython/ipython/IPython/extensions/autoreload.pyc? False | |
nose.selector: DEBUG: plugin setting want /home/fperez/ipython/ipython/IPython/extensions/cythonmagic.py to False | |
nose.selector: DEBUG: wantFile /home/fperez/ipython/ipython/IPython/extensions/cythonmagic.py? False | |
nose.selector: DEBUG: plugin setting want /home/fperez/ipython/ipython/IPython/extensions/cythonmagic.pyc to False | |
nose.selector: DEBUG: wantFile /home/fperez/ipython/ipython/IPython/extensions/cythonmagic.pyc? False | |
nose.selector: DEBUG: plugin setting want /home/fperez/ipython/ipython/IPython/extensions/parallelmagic.py to True | |
nose.selector: DEBUG: wantFile /home/fperez/ipython/ipython/IPython/extensions/parallelmagic.py? True | |
nose.loader: DEBUG: load from /home/fperez/ipython/ipython/IPython/extensions/parallelmagic.py (None) | |
nose.selector: DEBUG: Test name /home/fperez/ipython/ipython/IPython/extensions/parallelmagic.py resolved to file /home/fperez/ipython/ipython/IPython/extensions/parallelmagic.py, module None, call None | |
nose.selector: DEBUG: Final resolution of test name /home/fperez/ipython/ipython/IPython/extensions/parallelmagic.py: file /home/fperez/ipython/ipython/IPython/extensions/parallelmagic.py module IPython.extensions.parallelmagic call None | |
nose.importer: DEBUG: Import IPython.extensions.parallelmagic from /home/fperez/ipython/ipython | |
nose.importer: DEBUG: Add path /home/fperez/ipython/ipython | |
nose.importer: DEBUG: find module part IPython (IPython) in ['/home/fperez/ipython/ipython'] | |
nose.importer: DEBUG: sys.modules has IPython as <module 'IPython' from '/home/fperez/ipython/ipython/IPython/__init__.pyc'> | |
nose.importer: DEBUG: module already loaded? mod: /home/fperez/ipython/ipython new: /home/fperez/ipython/ipython | |
nose.importer: DEBUG: find module part extensions (IPython.extensions) in ['/home/fperez/ipython/ipython/IPython'] | |
nose.importer: DEBUG: sys.modules has IPython.extensions as <module 'IPython.extensions' from '/home/fperez/ipython/ipython/IPython/extensions/__init__.pyc'> | |
nose.importer: DEBUG: module already loaded? mod: /home/fperez/ipython/ipython/IPython new: /home/fperez/ipython/ipython/IPython | |
nose.importer: DEBUG: find module part parallelmagic (IPython.extensions.parallelmagic) in ['/home/fperez/ipython/ipython/IPython/extensions'] | |
nose.loader: DEBUG: Load from module <module 'IPython.extensions.parallelmagic' from '/home/fperez/ipython/ipython/IPython/extensions/parallelmagic.pyc'> | |
nose.selector: DEBUG: wantModule <module 'IPython.extensions.parallelmagic' from '/home/fperez/ipython/ipython/IPython/extensions/parallelmagic.pyc'>? False | |
nose.suite: DEBUG: Create suite for <nose.suite.ContextList object at 0xa858f4c> | |
nose.suite: DEBUG: tests <nose.suite.ContextList object at 0xa858f4c> context <module 'IPython.extensions.parallelmagic' from '/home/fperez/ipython/ipython/IPython/extensions/parallelmagic.pyc'> | |
nose.suite: DEBUG: Context suite for <nose.suite.ContextList object at 0xa858f4c> (<module 'IPython.extensions.parallelmagic' from '/home/fperez/ipython/ipython/IPython/extensions/parallelmagic.pyc'>) (176573612) | |
nose.suite: DEBUG: suite <nose.suite.ContextSuite context=IPython.extensions.parallelmagic> has context IPython.extensions.parallelmagic | |
nose.suite: DEBUG: get ancestry <module 'IPython.extensions.parallelmagic' from '/home/fperez/ipython/ipython/IPython/extensions/parallelmagic.pyc'> | |
nose.suite: DEBUG: <module 'IPython.extensions.parallelmagic' from '/home/fperez/ipython/ipython/IPython/extensions/parallelmagic.pyc'> ancestors ['IPython', 'extensions'] | |
nose: DEBUG: __import__ IPython.extensions | |
nose: DEBUG: resolve: ['extensions'], IPython.extensions, <module 'IPython' from '/home/fperez/ipython/ipython/IPython/__init__.pyc'>, <module 'IPython' from '/home/fperez/ipython/ipython/IPython/__init__.pyc'> | |
nose.suite: DEBUG: suite <nose.suite.ContextSuite context=IPython.extensions.parallelmagic> has ancestor IPython.extensions | |
nose.suite: DEBUG: <module 'IPython.extensions.parallelmagic' from '/home/fperez/ipython/ipython/IPython/extensions/parallelmagic.pyc'> ancestors ['IPython'] | |
nose: DEBUG: __import__ IPython | |
nose: DEBUG: resolve: [], IPython, <module 'IPython' from '/home/fperez/ipython/ipython/IPython/__init__.pyc'>, <module 'IPython' from '/home/fperez/ipython/ipython/IPython/__init__.pyc'> | |
nose.suite: DEBUG: suite <nose.suite.ContextSuite context=IPython.extensions.parallelmagic> has ancestor IPython | |
nose.selector: DEBUG: wantFile /home/fperez/ipython/ipython/IPython/extensions/parallelmagic.pyc? False | |
nose.selector: DEBUG: wantFile /home/fperez/ipython/ipython/IPython/extensions/rmagic.pyc? False | |
nose.selector: DEBUG: plugin setting want /home/fperez/ipython/ipython/IPython/extensions/storemagic.py to True | |
nose.selector: DEBUG: wantFile /home/fperez/ipython/ipython/IPython/extensions/storemagic.py? True | |
nose.loader: DEBUG: load from /home/fperez/ipython/ipython/IPython/extensions/storemagic.py (None) | |
nose.selector: DEBUG: Test name /home/fperez/ipython/ipython/IPython/extensions/storemagic.py resolved to file /home/fperez/ipython/ipython/IPython/extensions/storemagic.py, module None, call None | |
nose.selector: DEBUG: Final resolution of test name /home/fperez/ipython/ipython/IPython/extensions/storemagic.py: file /home/fperez/ipython/ipython/IPython/extensions/storemagic.py module IPython.extensions.storemagic call None | |
nose.importer: DEBUG: Import IPython.extensions.storemagic from /home/fperez/ipython/ipython | |
nose.importer: DEBUG: Add path /home/fperez/ipython/ipython | |
nose.importer: DEBUG: find module part IPython (IPython) in ['/home/fperez/ipython/ipython'] | |
nose.importer: DEBUG: sys.modules has IPython as <module 'IPython' from '/home/fperez/ipython/ipython/IPython/__init__.pyc'> | |
nose.importer: DEBUG: module already loaded? mod: /home/fperez/ipython/ipython new: /home/fperez/ipython/ipython | |
nose.importer: DEBUG: find module part extensions (IPython.extensions) in ['/home/fperez/ipython/ipython/IPython'] | |
nose.importer: DEBUG: sys.modules has IPython.extensions as <module 'IPython.extensions' from '/home/fperez/ipython/ipython/IPython/extensions/__init__.pyc'> | |
nose.importer: DEBUG: module already loaded? mod: /home/fperez/ipython/ipython/IPython new: /home/fperez/ipython/ipython/IPython | |
nose.importer: DEBUG: find module part storemagic (IPython.extensions.storemagic) in ['/home/fperez/ipython/ipython/IPython/extensions'] | |
nose.loader: DEBUG: Load from module <module 'IPython.extensions.storemagic' from '/home/fperez/ipython/ipython/IPython/extensions/storemagic.pyc'> | |
nose.selector: DEBUG: wantModule <module 'IPython.extensions.storemagic' from '/home/fperez/ipython/ipython/IPython/extensions/storemagic.pyc'>? False | |
nose.suite: DEBUG: Create suite for <nose.suite.ContextList object at 0xa864f4c> | |
nose.suite: DEBUG: tests <nose.suite.ContextList object at 0xa864f4c> context <module 'IPython.extensions.storemagic' from '/home/fperez/ipython/ipython/IPython/extensions/storemagic.pyc'> | |
nose.suite: DEBUG: Context suite for <nose.suite.ContextList object at 0xa864f4c> (<module 'IPython.extensions.storemagic' from '/home/fperez/ipython/ipython/IPython/extensions/storemagic.pyc'>) (176574444) | |
nose.suite: DEBUG: suite <nose.suite.ContextSuite context=IPython.extensions.storemagic> has context IPython.extensions.storemagic | |
nose.suite: DEBUG: get ancestry <module 'IPython.extensions.storemagic' from '/home/fperez/ipython/ipython/IPython/extensions/storemagic.pyc'> | |
nose.suite: DEBUG: <module 'IPython.extensions.storemagic' from '/home/fperez/ipython/ipython/IPython/extensions/storemagic.pyc'> ancestors ['IPython', 'extensions'] | |
nose: DEBUG: __import__ IPython.extensions | |
nose: DEBUG: resolve: ['extensions'], IPython.extensions, <module 'IPython' from '/home/fperez/ipython/ipython/IPython/__init__.pyc'>, <module 'IPython' from '/home/fperez/ipython/ipython/IPython/__init__.pyc'> | |
nose.suite: DEBUG: suite <nose.suite.ContextSuite context=IPython.extensions.storemagic> has ancestor IPython.extensions | |
nose.suite: DEBUG: <module 'IPython.extensions.storemagic' from '/home/fperez/ipython/ipython/IPython/extensions/storemagic.pyc'> ancestors ['IPython'] | |
nose: DEBUG: __import__ IPython | |
nose: DEBUG: resolve: [], IPython, <module 'IPython' from '/home/fperez/ipython/ipython/IPython/__init__.pyc'>, <module 'IPython' from '/home/fperez/ipython/ipython/IPython/__init__.pyc'> | |
nose.suite: DEBUG: suite <nose.suite.ContextSuite context=IPython.extensions.storemagic> has ancestor IPython | |
nose.selector: DEBUG: wantFile /home/fperez/ipython/ipython/IPython/extensions/storemagic.pyc? False | |
nose.selector: DEBUG: plugin setting want /home/fperez/ipython/ipython/IPython/extensions/sympyprinting.py to True | |
nose.selector: DEBUG: wantFile /home/fperez/ipython/ipython/IPython/extensions/sympyprinting.py? True | |
nose.loader: DEBUG: load from /home/fperez/ipython/ipython/IPython/extensions/sympyprinting.py (None) | |
nose.selector: DEBUG: Test name /home/fperez/ipython/ipython/IPython/extensions/sympyprinting.py resolved to file /home/fperez/ipython/ipython/IPython/extensions/sympyprinting.py, module None, call None | |
nose.selector: DEBUG: Final resolution of test name /home/fperez/ipython/ipython/IPython/extensions/sympyprinting.py: file /home/fperez/ipython/ipython/IPython/extensions/sympyprinting.py module IPython.extensions.sympyprinting call None | |
nose.importer: DEBUG: Import IPython.extensions.sympyprinting from /home/fperez/ipython/ipython | |
nose.importer: DEBUG: Add path /home/fperez/ipython/ipython | |
nose.importer: DEBUG: find module part IPython (IPython) in ['/home/fperez/ipython/ipython'] | |
nose.importer: DEBUG: sys.modules has IPython as <module 'IPython' from '/home/fperez/ipython/ipython/IPython/__init__.pyc'> | |
nose.importer: DEBUG: module already loaded? mod: /home/fperez/ipython/ipython new: /home/fperez/ipython/ipython | |
nose.importer: DEBUG: find module part extensions (IPython.extensions) in ['/home/fperez/ipython/ipython/IPython'] | |
nose.importer: DEBUG: sys.modules has IPython.extensions as <module 'IPython.extensions' from '/home/fperez/ipython/ipython/IPython/extensions/__init__.pyc'> | |
nose.importer: DEBUG: module already loaded? mod: /home/fperez/ipython/ipython/IPython new: /home/fperez/ipython/ipython/IPython | |
nose.importer: DEBUG: find module part sympyprinting (IPython.extensions.sympyprinting) in ['/home/fperez/ipython/ipython/IPython/extensions'] | |
nose.loader: DEBUG: Load from module <module 'IPython.extensions.sympyprinting' from '/home/fperez/ipython/ipython/IPython/extensions/sympyprinting.pyc'> | |
nose.selector: DEBUG: wantModule <module 'IPython.extensions.sympyprinting' from '/home/fperez/ipython/ipython/IPython/extensions/sympyprinting.pyc'>? False | |
nose.suite: DEBUG: Create suite for <nose.suite.ContextList object at 0xa86b58c> | |
nose.suite: DEBUG: tests <nose.suite.ContextList object at 0xa86b58c> context <module 'IPython.extensions.sympyprinting' from '/home/fperez/ipython/ipython/IPython/extensions/sympyprinting.pyc'> | |
nose.suite: DEBUG: Context suite for <nose.suite.ContextList object at 0xa86b58c> (<module 'IPython.extensions.sympyprinting' from '/home/fperez/ipython/ipython/IPython/extensions/sympyprinting.pyc'>) (176602284) | |
nose.suite: DEBUG: suite <nose.suite.ContextSuite context=IPython.extensions.sympyprinting> has context IPython.extensions.sympyprinting | |
nose.suite: DEBUG: get ancestry <module 'IPython.extensions.sympyprinting' from '/home/fperez/ipython/ipython/IPython/extensions/sympyprinting.pyc'> | |
nose.suite: DEBUG: <module 'IPython.extensions.sympyprinting' from '/home/fperez/ipython/ipython/IPython/extensions/sympyprinting.pyc'> ancestors ['IPython', 'extensions'] | |
nose: DEBUG: __import__ IPython.extensions | |
nose: DEBUG: resolve: ['extensions'], IPython.extensions, <module 'IPython' from '/home/fperez/ipython/ipython/IPython/__init__.pyc'>, <module 'IPython' from '/home/fperez/ipython/ipython/IPython/__init__.pyc'> | |
nose.suite: DEBUG: suite <nose.suite.ContextSuite context=IPython.extensions.sympyprinting> has ancestor IPython.extensions | |
nose.suite: DEBUG: <module 'IPython.extensions.sympyprinting' from '/home/fperez/ipython/ipython/IPython/extensions/sympyprinting.pyc'> ancestors ['IPython'] | |
nose: DEBUG: __import__ IPython | |
nose: DEBUG: resolve: [], IPython, <module 'IPython' from '/home/fperez/ipython/ipython/IPython/__init__.pyc'>, <module 'IPython' from '/home/fperez/ipython/ipython/IPython/__init__.pyc'> | |
nose.suite: DEBUG: suite <nose.suite.ContextSuite context=IPython.extensions.sympyprinting> has ancestor IPython | |
nose.selector: DEBUG: wantFile /home/fperez/ipython/ipython/IPython/extensions/sympyprinting.pyc? False | |
nose.selector: DEBUG: Plugin setting selection of /home/fperez/ipython/ipython/IPython/extensions/tests to True | |
nose.selector: DEBUG: wantDirectory /home/fperez/ipython/ipython/IPython/extensions/tests? True | |
nose.loader: DEBUG: load from /home/fperez/ipython/ipython/IPython/extensions/tests (None) | |
nose.selector: DEBUG: Test name /home/fperez/ipython/ipython/IPython/extensions/tests resolved to file /home/fperez/ipython/ipython/IPython/extensions/tests, module None, call None | |
nose.selector: DEBUG: Final resolution of test name /home/fperez/ipython/ipython/IPython/extensions/tests: file /home/fperez/ipython/ipython/IPython/extensions/tests module IPython.extensions.tests call None | |
nose.importer: DEBUG: Import IPython.extensions.tests from /home/fperez/ipython/ipython | |
nose.importer: DEBUG: Add path /home/fperez/ipython/ipython | |
nose.importer: DEBUG: find module part IPython (IPython) in ['/home/fperez/ipython/ipython'] | |
nose.importer: DEBUG: sys.modules has IPython as <module 'IPython' from '/home/fperez/ipython/ipython/IPython/__init__.pyc'> | |
nose.importer: DEBUG: module already loaded? mod: /home/fperez/ipython/ipython new: /home/fperez/ipython/ipython | |
nose.importer: DEBUG: find module part extensions (IPython.extensions) in ['/home/fperez/ipython/ipython/IPython'] | |
nose.importer: DEBUG: sys.modules has IPython.extensions as <module 'IPython.extensions' from '/home/fperez/ipython/ipython/IPython/extensions/__init__.pyc'> | |
nose.importer: DEBUG: module already loaded? mod: /home/fperez/ipython/ipython/IPython new: /home/fperez/ipython/ipython/IPython | |
nose.importer: DEBUG: find module part tests (IPython.extensions.tests) in ['/home/fperez/ipython/ipython/IPython/extensions'] | |
nose.loader: DEBUG: Load from module <module 'IPython.extensions.tests' from '/home/fperez/ipython/ipython/IPython/extensions/tests/__init__.pyc'> | |
nose.selector: DEBUG: wantModule <module 'IPython.extensions.tests' from '/home/fperez/ipython/ipython/IPython/extensions/tests/__init__.pyc'>? True | |
nose.loader: DEBUG: Load tests from module path /home/fperez/ipython/ipython/IPython/extensions/tests? | |
nose.loader: DEBUG: path: /home/fperez/ipython/ipython/IPython/extensions/tests os.path.realpath(/home/fperez/ipython/ipython/IPython/extensions/tests): /home/fperez/ipython/ipython/IPython/extensions/tests | |
nose.loader: DEBUG: load from dir /home/fperez/ipython/ipython/IPython/extensions/tests | |
nose.importer: DEBUG: Add path /home/fperez/ipython/ipython/IPython/extensions/tests | |
nose.importer: DEBUG: Add path /home/fperez/ipython/ipython/IPython/extensions | |
nose.importer: DEBUG: Add path /home/fperez/ipython/ipython/IPython | |
nose.importer: DEBUG: Add path /home/fperez/ipython/ipython | |
nose.selector: DEBUG: __init__.py matches ignoreFiles pattern; skipped | |
nose.selector: DEBUG: __init__.pyc matches ignoreFiles pattern; skipped | |
nose.selector: DEBUG: plugin setting want /home/fperez/ipython/ipython/IPython/extensions/tests/test_autoreload.py to True | |
nose.selector: DEBUG: wantFile /home/fperez/ipython/ipython/IPython/extensions/tests/test_autoreload.py? True | |
nose.loader: DEBUG: load from /home/fperez/ipython/ipython/IPython/extensions/tests/test_autoreload.py (None) | |
nose.selector: DEBUG: Test name /home/fperez/ipython/ipython/IPython/extensions/tests/test_autoreload.py resolved to file /home/fperez/ipython/ipython/IPython/extensions/tests/test_autoreload.py, module None, call None | |
nose.selector: DEBUG: Final resolution of test name /home/fperez/ipython/ipython/IPython/extensions/tests/test_autoreload.py: file /home/fperez/ipython/ipython/IPython/extensions/tests/test_autoreload.py module IPython.extensions.tests.test_autoreload call None | |
nose.importer: DEBUG: Import IPython.extensions.tests.test_autoreload from /home/fperez/ipython/ipython | |
nose.importer: DEBUG: Add path /home/fperez/ipython/ipython | |
nose.importer: DEBUG: find module part IPython (IPython) in ['/home/fperez/ipython/ipython'] | |
nose.importer: DEBUG: sys.modules has IPython as <module 'IPython' from '/home/fperez/ipython/ipython/IPython/__init__.pyc'> | |
nose.importer: DEBUG: module already loaded? mod: /home/fperez/ipython/ipython new: /home/fperez/ipython/ipython | |
nose.importer: DEBUG: find module part extensions (IPython.extensions) in ['/home/fperez/ipython/ipython/IPython'] | |
nose.importer: DEBUG: sys.modules has IPython.extensions as <module 'IPython.extensions' from '/home/fperez/ipython/ipython/IPython/extensions/__init__.pyc'> | |
nose.importer: DEBUG: module already loaded? mod: /home/fperez/ipython/ipython/IPython new: /home/fperez/ipython/ipython/IPython | |
nose.importer: DEBUG: find module part tests (IPython.extensions.tests) in ['/home/fperez/ipython/ipython/IPython/extensions'] | |
nose.importer: DEBUG: sys.modules has IPython.extensions.tests as <module 'IPython.extensions.tests' from '/home/fperez/ipython/ipython/IPython/extensions/tests/__init__.pyc'> | |
nose.importer: DEBUG: module already loaded? mod: /home/fperez/ipython/ipython/IPython/extensions new: /home/fperez/ipython/ipython/IPython/extensions | |
nose.importer: DEBUG: find module part test_autoreload (IPython.extensions.tests.test_autoreload) in ['/home/fperez/ipython/ipython/IPython/extensions/tests'] | |
nose.loader: DEBUG: Load from module <module 'IPython.extensions.tests.test_autoreload' from '/home/fperez/ipython/ipython/IPython/extensions/tests/test_autoreload.pyc'> | |
nose.selector: DEBUG: wantModule <module 'IPython.extensions.tests.test_autoreload' from '/home/fperez/ipython/ipython/IPython/extensions/tests/test_autoreload.pyc'>? True | |
nose.selector: DEBUG: wantClass <class 'IPython.extensions.autoreload.AutoreloadPlugin'>? None | |
nose.selector: DEBUG: wantClass <class 'IPython.extensions.tests.test_autoreload.FakeShell'>? None | |
nose.selector: DEBUG: wantClass <class 'IPython.extensions.tests.test_autoreload.Fixture'>? None | |
nose.selector: DEBUG: wantClass StringIO.StringIO? None | |
nose.selector: DEBUG: wantClass <class 'IPython.extensions.tests.test_autoreload.TestAutoreload'>? True | |
nose.selector: DEBUG: wantClass <class 'IPython.core.error.TryNext'>? None | |
nose.selector: DEBUG: wantFunction <function <lambda> at 0xa8735a4>? None | |
nose.selector: DEBUG: wantMethod <unbound method TestAutoreload.get_module>? None | |
nose.selector: DEBUG: wantMethod <unbound method TestAutoreload.new_module>? None | |
nose.selector: DEBUG: wantMethod <unbound method TestAutoreload.setUp>? None | |
nose.selector: DEBUG: wantMethod <unbound method TestAutoreload.tearDown>? None | |
nose.selector: DEBUG: wantMethod <unbound method TestAutoreload.test_smoketest_aimport>? True | |
nose.selector: DEBUG: wantMethod <unbound method TestAutoreload.test_smoketest_autoreload>? True | |
nose.selector: DEBUG: wantMethod <unbound method TestAutoreload.write_file>? None | |
nose.suite: DEBUG: Create suite for <nose.suite.ContextList object at 0xa8769cc> | |
nose.suite: DEBUG: tests <nose.suite.ContextList object at 0xa8769cc> context <class 'IPython.extensions.tests.test_autoreload.TestAutoreload'> | |
nose.suite: DEBUG: Context suite for <nose.suite.ContextList object at 0xa8769cc> (<class 'IPython.extensions.tests.test_autoreload.TestAutoreload'>) (176646636) | |
nose.suite: DEBUG: suite <nose.suite.ContextSuite context=TestAutoreload> has context TestAutoreload | |
nose.suite: DEBUG: get ancestry <class 'IPython.extensions.tests.test_autoreload.TestAutoreload'> | |
nose.suite: DEBUG: <class 'IPython.extensions.tests.test_autoreload.TestAutoreload'> ancestors ['IPython', 'extensions', 'tests', 'test_autoreload'] | |
nose: DEBUG: __import__ IPython.extensions.tests.test_autoreload | |
nose: DEBUG: resolve: ['extensions', 'tests', 'test_autoreload'], IPython.extensions.tests.test_autoreload, <module 'IPython' from '/home/fperez/ipython/ipython/IPython/__init__.pyc'>, <module 'IPython' from '/home/fperez/ipython/ipython/IPython/__init__.pyc'> | |
nose.suite: DEBUG: suite <nose.suite.ContextSuite context=TestAutoreload> has ancestor IPython.extensions.tests.test_autoreload | |
nose.suite: DEBUG: <class 'IPython.extensions.tests.test_autoreload.TestAutoreload'> ancestors ['IPython', 'extensions', 'tests'] | |
nose: DEBUG: __import__ IPython.extensions.tests | |
nose: DEBUG: resolve: ['extensions', 'tests'], IPython.extensions.tests, <module 'IPython' from '/home/fperez/ipython/ipython/IPython/__init__.pyc'>, <module 'IPython' from '/home/fperez/ipython/ipython/IPython/__init__.pyc'> | |
nose.suite: DEBUG: suite <nose.suite.ContextSuite context=TestAutoreload> has ancestor IPython.extensions.tests | |
nose.suite: DEBUG: <class 'IPython.extensions.tests.test_autoreload.TestAutoreload'> ancestors ['IPython', 'extensions'] | |
nose: DEBUG: __import__ IPython.extensions | |
nose: DEBUG: resolve: ['extensions'], IPython.extensions, <module 'IPython' from '/home/fperez/ipython/ipython/IPython/__init__.pyc'>, <module 'IPython' from '/home/fperez/ipython/ipython/IPython/__init__.pyc'> | |
nose.suite: DEBUG: suite <nose.suite.ContextSuite context=TestAutoreload> has ancestor IPython.extensions | |
nose.suite: DEBUG: <class 'IPython.extensions.tests.test_autoreload.TestAutoreload'> ancestors ['IPython'] | |
nose: DEBUG: __import__ IPython | |
nose: DEBUG: resolve: [], IPython, <module 'IPython' from '/home/fperez/ipython/ipython/IPython/__init__.pyc'>, <module 'IPython' from '/home/fperez/ipython/ipython/IPython/__init__.pyc'> | |
nose.suite: DEBUG: suite <nose.suite.ContextSuite context=TestAutoreload> has ancestor IPython | |
nose.suite: DEBUG: Create suite for <nose.suite.ContextList object at 0xa8769cc> | |
nose.suite: DEBUG: tests <nose.suite.ContextList object at 0xa8769cc> context <module 'IPython.extensions.tests.test_autoreload' from '/home/fperez/ipython/ipython/IPython/extensions/tests/test_autoreload.pyc'> | |
nose.suite: DEBUG: Context suite for <nose.suite.ContextList object at 0xa8769cc> (<module 'IPython.extensions.tests.test_autoreload' from '/home/fperez/ipython/ipython/IPython/extensions/tests/test_autoreload.pyc'>) (176646796) | |
nose.suite: DEBUG: suite <nose.suite.ContextSuite context=IPython.extensions.tests.test_autoreload> has context IPython.extensions.tests.test_autoreload | |
nose.suite: DEBUG: get ancestry <module 'IPython.extensions.tests.test_autoreload' from '/home/fperez/ipython/ipython/IPython/extensions/tests/test_autoreload.pyc'> | |
nose.suite: DEBUG: <module 'IPython.extensions.tests.test_autoreload' from '/home/fperez/ipython/ipython/IPython/extensions/tests/test_autoreload.pyc'> ancestors ['IPython', 'extensions', 'tests'] | |
nose: DEBUG: __import__ IPython.extensions.tests | |
nose: DEBUG: resolve: ['extensions', 'tests'], IPython.extensions.tests, <module 'IPython' from '/home/fperez/ipython/ipython/IPython/__init__.pyc'>, <module 'IPython' from '/home/fperez/ipython/ipython/IPython/__init__.pyc'> | |
nose.suite: DEBUG: suite <nose.suite.ContextSuite context=IPython.extensions.tests.test_autoreload> has ancestor IPython.extensions.tests | |
nose.suite: DEBUG: <module 'IPython.extensions.tests.test_autoreload' from '/home/fperez/ipython/ipython/IPython/extensions/tests/test_autoreload.pyc'> ancestors ['IPython', 'extensions'] | |
nose: DEBUG: __import__ IPython.extensions | |
nose: DEBUG: resolve: ['extensions'], IPython.extensions, <module 'IPython' from '/home/fperez/ipython/ipython/IPython/__init__.pyc'>, <module 'IPython' from '/home/fperez/ipython/ipython/IPython/__init__.pyc'> | |
nose.suite: DEBUG: suite <nose.suite.ContextSuite context=IPython.extensions.tests.test_autoreload> has ancestor IPython.extensions | |
nose.suite: DEBUG: <module 'IPython.extensions.tests.test_autoreload' from '/home/fperez/ipython/ipython/IPython/extensions/tests/test_autoreload.pyc'> ancestors ['IPython'] | |
nose: DEBUG: __import__ IPython | |
nose: DEBUG: resolve: [], IPython, <module 'IPython' from '/home/fperez/ipython/ipython/IPython/__init__.pyc'>, <module 'IPython' from '/home/fperez/ipython/ipython/IPython/__init__.pyc'> | |
nose.suite: DEBUG: suite <nose.suite.ContextSuite context=IPython.extensions.tests.test_autoreload> has ancestor IPython | |
nose.selector: DEBUG: wantFile /home/fperez/ipython/ipython/IPython/extensions/tests/test_autoreload.pyc? False | |
nose.selector: DEBUG: plugin setting want /home/fperez/ipython/ipython/IPython/extensions/tests/test_cythonmagic.py to True | |
nose.selector: DEBUG: wantFile /home/fperez/ipython/ipython/IPython/extensions/tests/test_cythonmagic.py? True | |
nose.loader: DEBUG: load from /home/fperez/ipython/ipython/IPython/extensions/tests/test_cythonmagic.py (None) | |
nose.selector: DEBUG: Test name /home/fperez/ipython/ipython/IPython/extensions/tests/test_cythonmagic.py resolved to file /home/fperez/ipython/ipython/IPython/extensions/tests/test_cythonmagic.py, module None, call None | |
nose.selector: DEBUG: Final resolution of test name /home/fperez/ipython/ipython/IPython/extensions/tests/test_cythonmagic.py: file /home/fperez/ipython/ipython/IPython/extensions/tests/test_cythonmagic.py module IPython.extensions.tests.test_cythonmagic call None | |
nose.importer: DEBUG: Import IPython.extensions.tests.test_cythonmagic from /home/fperez/ipython/ipython | |
nose.importer: DEBUG: Add path /home/fperez/ipython/ipython | |
nose.importer: DEBUG: find module part IPython (IPython) in ['/home/fperez/ipython/ipython'] | |
nose.importer: DEBUG: sys.modules has IPython as <module 'IPython' from '/home/fperez/ipython/ipython/IPython/__init__.pyc'> | |
nose.importer: DEBUG: module already loaded? mod: /home/fperez/ipython/ipython new: /home/fperez/ipython/ipython | |
nose.importer: DEBUG: find module part extensions (IPython.extensions) in ['/home/fperez/ipython/ipython/IPython'] | |
nose.importer: DEBUG: sys.modules has IPython.extensions as <module 'IPython.extensions' from '/home/fperez/ipython/ipython/IPython/extensions/__init__.pyc'> | |
nose.importer: DEBUG: module already loaded? mod: /home/fperez/ipython/ipython/IPython new: /home/fperez/ipython/ipython/IPython | |
nose.importer: DEBUG: find module part tests (IPython.extensions.tests) in ['/home/fperez/ipython/ipython/IPython/extensions'] | |
nose.importer: DEBUG: sys.modules has IPython.extensions.tests as <module 'IPython.extensions.tests' from '/home/fperez/ipython/ipython/IPython/extensions/tests/__init__.pyc'> | |
nose.importer: DEBUG: module already loaded? mod: /home/fperez/ipython/ipython/IPython/extensions new: /home/fperez/ipython/ipython/IPython/extensions | |
nose.importer: DEBUG: find module part test_cythonmagic (IPython.extensions.tests.test_cythonmagic) in ['/home/fperez/ipython/ipython/IPython/extensions/tests'] | |
nose.loader: DEBUG: Load from module <module 'IPython.extensions.tests.test_cythonmagic' from '/home/fperez/ipython/ipython/IPython/extensions/tests/test_cythonmagic.pyc'> | |
nose.selector: DEBUG: wantModule <module 'IPython.extensions.tests.test_cythonmagic' from '/home/fperez/ipython/ipython/IPython/extensions/tests/test_cythonmagic.pyc'>? False | |
nose.failure: DEBUG: A failure! <type 'exceptions.AttributeError'> 'bool' object has no attribute 'items' [' File "/home/fperez/usr/opt/virtualenv/ipython-bare/lib/python2.7/site-packages/nose/plugins/manager.py", line 149, in generate\n for r in result:\n', ' File "/home/fperez/ipython/ipython/IPython/testing/plugin/ipdoctest.py", line 679, in loadTestsFromModule\n extraglobs=self.extraglobs)\n', ' File "/usr/lib/python2.7/doctest.py", line 900, in find\n self._find(tests, obj, name, module, source_lines, globs, {})\n', ' File "/home/fperez/ipython/ipython/IPython/testing/plugin/ipdoctest.py", line 128, in _find\n source_lines, globs, seen)\n', ' File "/usr/lib/python2.7/doctest.py", line 958, in _find\n for valname, val in getattr(obj, \'__test__\', {}).items():\n'] | |
nose.suite: DEBUG: Create suite for <nose.suite.ContextList object at 0xa876a6c> | |
nose.suite: DEBUG: tests <nose.suite.ContextList object at 0xa876a6c> context <module 'IPython.extensions.tests.test_cythonmagic' from '/home/fperez/ipython/ipython/IPython/extensions/tests/test_cythonmagic.pyc'> | |
nose.suite: DEBUG: Context suite for <nose.suite.ContextList object at 0xa876a6c> (<module 'IPython.extensions.tests.test_cythonmagic' from '/home/fperez/ipython/ipython/IPython/extensions/tests/test_cythonmagic.pyc'>) (176680492) | |
nose.suite: DEBUG: suite <nose.suite.ContextSuite context=IPython.extensions.tests.test_cythonmagic> has context IPython.extensions.tests.test_cythonmagic | |
nose.suite: DEBUG: get ancestry <module 'IPython.extensions.tests.test_cythonmagic' from '/home/fperez/ipython/ipython/IPython/extensions/tests/test_cythonmagic.pyc'> | |
nose.suite: DEBUG: <module 'IPython.extensions.tests.test_cythonmagic' from '/home/fperez/ipython/ipython/IPython/extensions/tests/test_cythonmagic.pyc'> ancestors ['IPython', 'extensions', 'tests'] | |
nose: DEBUG: __import__ IPython.extensions.tests | |
nose: DEBUG: resolve: ['extensions', 'tests'], IPython.extensions.tests, <module 'IPython' from '/home/fperez/ipython/ipython/IPython/__init__.pyc'>, <module 'IPython' from '/home/fperez/ipython/ipython/IPython/__init__.pyc'> | |
nose.suite: DEBUG: suite <nose.suite.ContextSuite context=IPython.extensions.tests.test_cythonmagic> has ancestor IPython.extensions.tests | |
nose.suite: DEBUG: <module 'IPython.extensions.tests.test_cythonmagic' from '/home/fperez/ipython/ipython/IPython/extensions/tests/test_cythonmagic.pyc'> ancestors ['IPython', 'extensions'] | |
nose: DEBUG: __import__ IPython.extensions | |
nose: DEBUG: resolve: ['extensions'], IPython.extensions, <module 'IPython' from '/home/fperez/ipython/ipython/IPython/__init__.pyc'>, <module 'IPython' from '/home/fperez/ipython/ipython/IPython/__init__.pyc'> | |
nose.suite: DEBUG: suite <nose.suite.ContextSuite context=IPython.extensions.tests.test_cythonmagic> has ancestor IPython.extensions | |
nose.suite: DEBUG: <module 'IPython.extensions.tests.test_cythonmagic' from '/home/fperez/ipython/ipython/IPython/extensions/tests/test_cythonmagic.pyc'> ancestors ['IPython'] | |
nose: DEBUG: __import__ IPython | |
nose: DEBUG: resolve: [], IPython, <module 'IPython' from '/home/fperez/ipython/ipython/IPython/__init__.pyc'>, <module 'IPython' from '/home/fperez/ipython/ipython/IPython/__init__.pyc'> | |
nose.suite: DEBUG: suite <nose.suite.ContextSuite context=IPython.extensions.tests.test_cythonmagic> has ancestor IPython | |
nose.selector: DEBUG: wantFile /home/fperez/ipython/ipython/IPython/extensions/tests/test_cythonmagic.pyc? False | |
nose.selector: DEBUG: wantFile /home/fperez/ipython/ipython/IPython/extensions/tests/test_rmagic.pyc? False | |
nose.importer: DEBUG: Remove path /home/fperez/ipython/ipython/IPython/lib | |
nose.suite: DEBUG: Create suite for <nose.suite.ContextList object at 0xa86be8c> | |
nose.suite: DEBUG: tests <nose.suite.ContextList object at 0xa86be8c> context <module 'IPython.extensions.tests' from '/home/fperez/ipython/ipython/IPython/extensions/tests/__init__.pyc'> | |
nose.suite: DEBUG: Context suite for <nose.suite.ContextList object at 0xa86be8c> (<module 'IPython.extensions.tests' from '/home/fperez/ipython/ipython/IPython/extensions/tests/__init__.pyc'>) (176680652) | |
nose.suite: DEBUG: suite <nose.suite.ContextSuite context=IPython.extensions.tests> has context IPython.extensions.tests | |
nose.suite: DEBUG: get ancestry <module 'IPython.extensions.tests' from '/home/fperez/ipython/ipython/IPython/extensions/tests/__init__.pyc'> | |
nose.suite: DEBUG: <module 'IPython.extensions.tests' from '/home/fperez/ipython/ipython/IPython/extensions/tests/__init__.pyc'> ancestors ['IPython', 'extensions'] | |
nose: DEBUG: __import__ IPython.extensions | |
nose: DEBUG: resolve: ['extensions'], IPython.extensions, <module 'IPython' from '/home/fperez/ipython/ipython/IPython/__init__.pyc'>, <module 'IPython' from '/home/fperez/ipython/ipython/IPython/__init__.pyc'> | |
nose.suite: DEBUG: suite <nose.suite.ContextSuite context=IPython.extensions.tests> has ancestor IPython.extensions | |
nose.suite: DEBUG: <module 'IPython.extensions.tests' from '/home/fperez/ipython/ipython/IPython/extensions/tests/__init__.pyc'> ancestors ['IPython'] | |
nose: DEBUG: __import__ IPython | |
nose: DEBUG: resolve: [], IPython, <module 'IPython' from '/home/fperez/ipython/ipython/IPython/__init__.pyc'>, <module 'IPython' from '/home/fperez/ipython/ipython/IPython/__init__.pyc'> | |
nose.suite: DEBUG: suite <nose.suite.ContextSuite context=IPython.extensions.tests> has ancestor IPython | |
nose.importer: DEBUG: Remove path /home/fperez/ipython/ipython/IPython/lib | |
nose.suite: DEBUG: Create suite for <nose.suite.ContextList object at 0xa855b8c> | |
nose.suite: DEBUG: tests <nose.suite.ContextList object at 0xa855b8c> context <module 'IPython.extensions' from '/home/fperez/ipython/ipython/IPython/extensions/__init__.pyc'> | |
nose.suite: DEBUG: Context suite for <nose.suite.ContextList object at 0xa855b8c> (<module 'IPython.extensions' from '/home/fperez/ipython/ipython/IPython/extensions/__init__.pyc'>) (176511820) | |
nose.suite: DEBUG: suite <nose.suite.ContextSuite context=IPython.extensions> has context IPython.extensions | |
nose.suite: DEBUG: get ancestry <module 'IPython.extensions' from '/home/fperez/ipython/ipython/IPython/extensions/__init__.pyc'> | |
nose.suite: DEBUG: <module 'IPython.extensions' from '/home/fperez/ipython/ipython/IPython/extensions/__init__.pyc'> ancestors ['IPython'] | |
nose: DEBUG: __import__ IPython | |
nose: DEBUG: resolve: [], IPython, <module 'IPython' from '/home/fperez/ipython/ipython/IPython/__init__.pyc'>, <module 'IPython' from '/home/fperez/ipython/ipython/IPython/__init__.pyc'> | |
nose.suite: DEBUG: suite <nose.suite.ContextSuite context=IPython.extensions> has ancestor IPython | |
nose.suite: DEBUG: Create suite for [<nose.suite.ContextSuite context=IPython.extensions>] | |
nose.suite: DEBUG: tests [<nose.suite.ContextSuite context=IPython.extensions>] context None | |
nose.suite: DEBUG: wrap [<nose.suite.ContextSuite context=IPython.extensions>] | |
nose.suite: DEBUG: wrapping <nose.suite.ContextSuite context=IPython.extensions> | |
nose.suite: DEBUG: Context suite for [<nose.suite.ContextSuite context=IPython.extensions>] (<module 'IPython.extensions' from '/home/fperez/ipython/ipython/IPython/extensions/__init__.pyc'>) (176511372) | |
nose.suite: DEBUG: suite <nose.suite.ContextSuite context=IPython.extensions> has context IPython.extensions | |
nose.suite: DEBUG: get ancestry <module 'IPython.extensions' from '/home/fperez/ipython/ipython/IPython/extensions/__init__.pyc'> | |
nose.suite: DEBUG: <module 'IPython.extensions' from '/home/fperez/ipython/ipython/IPython/extensions/__init__.pyc'> ancestors ['IPython'] | |
nose: DEBUG: __import__ IPython | |
nose: DEBUG: resolve: [], IPython, <module 'IPython' from '/home/fperez/ipython/ipython/IPython/__init__.pyc'>, <module 'IPython' from '/home/fperez/ipython/ipython/IPython/__init__.pyc'> | |
nose.suite: DEBUG: suite <nose.suite.ContextSuite context=IPython.extensions> has ancestor IPython | |
nose.core: DEBUG: runTests called | |
nose.suite: DEBUG: suite 176511372 (<nose.suite.ContextSuite context=IPython.extensions>) run called, tests: <generator object _get_wrapped_tests at 0xa85298c> | |
nose.suite: DEBUG: suite 176511372 setUp called, tests: <generator object _get_wrapped_tests at 0xa8528c4> | |
nose.suite: DEBUG: tests in 176511372? | |
nose.suite: DEBUG: ancestor <module 'IPython' from '/home/fperez/ipython/ipython/IPython/__init__.pyc'> may need setup | |
nose.suite: DEBUG: ancestor <module 'IPython' from '/home/fperez/ipython/ipython/IPython/__init__.pyc'> does need setup | |
nose.suite: DEBUG: <nose.suite.ContextSuite context=IPython.extensions> setup context <module 'IPython' from '/home/fperez/ipython/ipython/IPython/__init__.pyc'> | |
nose.suite: DEBUG: ancestor <module 'IPython.extensions' from '/home/fperez/ipython/ipython/IPython/extensions/__init__.pyc'> may need setup | |
nose.suite: DEBUG: ancestor <module 'IPython.extensions' from '/home/fperez/ipython/ipython/IPython/extensions/__init__.pyc'> does need setup | |
nose.suite: DEBUG: <nose.suite.ContextSuite context=IPython.extensions> setup context <module 'IPython.extensions' from '/home/fperez/ipython/ipython/IPython/extensions/__init__.pyc'> | |
nose.suite: DEBUG: completed suite setup | |
nose.suite: DEBUG: precache is [<nose.suite.ContextSuite context=IPython.extensions>] | |
nose.suite: DEBUG: suite 176511820 (<nose.suite.ContextSuite context=IPython.extensions>) run called, tests: <generator object _get_wrapped_tests at 0xa867a54> | |
nose.suite: DEBUG: suite 176511820 setUp called, tests: <generator object _get_wrapped_tests at 0xa867a54> | |
nose.suite: DEBUG: tests in 176511820? | |
nose.suite: DEBUG: ancestor <module 'IPython' from '/home/fperez/ipython/ipython/IPython/__init__.pyc'> may need setup | |
nose.suite: DEBUG: ancestor <module 'IPython.extensions' from '/home/fperez/ipython/ipython/IPython/extensions/__init__.pyc'> may need setup | |
nose.suite: DEBUG: completed suite setup | |
nose.suite: DEBUG: precache is [<nose.suite.ContextSuite context=IPython.extensions.autoreload>, <nose.suite.ContextSuite context=IPython.extensions.parallelmagic>, <nose.suite.ContextSuite context=IPython.extensions.storemagic>, <nose.suite.ContextSuite context=IPython.extensions.sympyprinting>, <nose.suite.ContextSuite context=IPython.extensions.tests>] | |
nose.suite: DEBUG: suite 176524556 (<nose.suite.ContextSuite context=IPython.extensions.autoreload>) run called, tests: <generator object _get_wrapped_tests at 0xa870464> | |
nose.suite: DEBUG: suite 176524556 setUp called, tests: <generator object _get_wrapped_tests at 0xa8704dc> | |
nose.suite: DEBUG: tests in 176524556? | |
nose.suite: DEBUG: ancestor <module 'IPython' from '/home/fperez/ipython/ipython/IPython/__init__.pyc'> may need setup | |
nose.suite: DEBUG: ancestor <module 'IPython.extensions' from '/home/fperez/ipython/ipython/IPython/extensions/__init__.pyc'> may need setup | |
nose.suite: DEBUG: ancestor <module 'IPython.extensions.autoreload' from '/home/fperez/ipython/ipython/IPython/extensions/autoreload.pyc'> may need setup | |
nose.suite: DEBUG: ancestor <module 'IPython.extensions.autoreload' from '/home/fperez/ipython/ipython/IPython/extensions/autoreload.pyc'> does need setup | |
nose.suite: DEBUG: <nose.suite.ContextSuite context=IPython.extensions.autoreload> setup context <module 'IPython.extensions.autoreload' from '/home/fperez/ipython/ipython/IPython/extensions/autoreload.pyc'> | |
nose.suite: DEBUG: completed suite setup | |
nose.suite: DEBUG: precache is [autoreload (IPython.extensions)] | |
Doctest: IPython.extensions.autoreload ... ok | |
nose.suite: DEBUG: context teardown | |
nose.suite: DEBUG: ancestor <module 'IPython.extensions.autoreload' from '/home/fperez/ipython/ipython/IPython/extensions/autoreload.pyc'> may need teardown | |
nose.suite: DEBUG: <nose.suite.ContextSuite context=IPython.extensions.autoreload> setup ancestor <module 'IPython.extensions.autoreload' from '/home/fperez/ipython/ipython/IPython/extensions/autoreload.pyc'> | |
nose.suite: DEBUG: <nose.suite.ContextSuite context=IPython.extensions.autoreload> teardown context <module 'IPython.extensions.autoreload' from '/home/fperez/ipython/ipython/IPython/extensions/autoreload.pyc'> | |
nose.suite: DEBUG: ancestor <module 'IPython.extensions' from '/home/fperez/ipython/ipython/IPython/extensions/__init__.pyc'> may need teardown | |
nose.suite: DEBUG: <nose.suite.ContextSuite context=IPython.extensions> setup ancestor <module 'IPython.extensions' from '/home/fperez/ipython/ipython/IPython/extensions/__init__.pyc'> | |
nose.suite: DEBUG: ancestor <module 'IPython' from '/home/fperez/ipython/ipython/IPython/__init__.pyc'> may need teardown | |
nose.suite: DEBUG: <nose.suite.ContextSuite context=IPython.extensions> setup ancestor <module 'IPython' from '/home/fperez/ipython/ipython/IPython/__init__.pyc'> | |
nose.suite: DEBUG: ancestor <module 'IPython.extensions.autoreload' from '/home/fperez/ipython/ipython/IPython/extensions/autoreload.pyc'> may need teardown | |
nose.suite: DEBUG: ancestor <module 'IPython.extensions.autoreload' from '/home/fperez/ipython/ipython/IPython/extensions/autoreload.pyc'> already torn down | |
nose.suite: DEBUG: suite 176573612 (<nose.suite.ContextSuite context=IPython.extensions.parallelmagic>) run called, tests: <generator object _get_wrapped_tests at 0xa8701bc> | |
nose.suite: DEBUG: suite 176573612 setUp called, tests: <generator object _get_wrapped_tests at 0xa8701bc> | |
nose.suite: DEBUG: tests in 176573612? | |
nose.suite: DEBUG: ancestor <module 'IPython' from '/home/fperez/ipython/ipython/IPython/__init__.pyc'> may need setup | |
nose.suite: DEBUG: ancestor <module 'IPython.extensions' from '/home/fperez/ipython/ipython/IPython/extensions/__init__.pyc'> may need setup | |
nose.suite: DEBUG: ancestor <module 'IPython.extensions.parallelmagic' from '/home/fperez/ipython/ipython/IPython/extensions/parallelmagic.pyc'> may need setup | |
nose.suite: DEBUG: ancestor <module 'IPython.extensions.parallelmagic' from '/home/fperez/ipython/ipython/IPython/extensions/parallelmagic.pyc'> does need setup | |
nose.suite: DEBUG: <nose.suite.ContextSuite context=IPython.extensions.parallelmagic> setup context <module 'IPython.extensions.parallelmagic' from '/home/fperez/ipython/ipython/IPython/extensions/parallelmagic.pyc'> | |
nose.suite: DEBUG: completed suite setup | |
nose.suite: DEBUG: precache is [parallelmagic (IPython.extensions)] | |
Doctest: IPython.extensions.parallelmagic ... ok | |
nose.suite: DEBUG: context teardown | |
nose.suite: DEBUG: ancestor <module 'IPython.extensions.parallelmagic' from '/home/fperez/ipython/ipython/IPython/extensions/parallelmagic.pyc'> may need teardown | |
nose.suite: DEBUG: <nose.suite.ContextSuite context=IPython.extensions.parallelmagic> setup ancestor <module 'IPython.extensions.parallelmagic' from '/home/fperez/ipython/ipython/IPython/extensions/parallelmagic.pyc'> | |
nose.suite: DEBUG: <nose.suite.ContextSuite context=IPython.extensions.parallelmagic> teardown context <module 'IPython.extensions.parallelmagic' from '/home/fperez/ipython/ipython/IPython/extensions/parallelmagic.pyc'> | |
nose.suite: DEBUG: ancestor <module 'IPython.extensions' from '/home/fperez/ipython/ipython/IPython/extensions/__init__.pyc'> may need teardown | |
nose.suite: DEBUG: <nose.suite.ContextSuite context=IPython.extensions> setup ancestor <module 'IPython.extensions' from '/home/fperez/ipython/ipython/IPython/extensions/__init__.pyc'> | |
nose.suite: DEBUG: ancestor <module 'IPython' from '/home/fperez/ipython/ipython/IPython/__init__.pyc'> may need teardown | |
nose.suite: DEBUG: <nose.suite.ContextSuite context=IPython.extensions> setup ancestor <module 'IPython' from '/home/fperez/ipython/ipython/IPython/__init__.pyc'> | |
nose.suite: DEBUG: ancestor <module 'IPython.extensions.parallelmagic' from '/home/fperez/ipython/ipython/IPython/extensions/parallelmagic.pyc'> may need teardown | |
nose.suite: DEBUG: ancestor <module 'IPython.extensions.parallelmagic' from '/home/fperez/ipython/ipython/IPython/extensions/parallelmagic.pyc'> already torn down | |
nose.suite: DEBUG: suite 176574444 (<nose.suite.ContextSuite context=IPython.extensions.storemagic>) run called, tests: <generator object _get_wrapped_tests at 0xa8701bc> | |
nose.suite: DEBUG: suite 176574444 setUp called, tests: <generator object _get_wrapped_tests at 0xa8701bc> | |
nose.suite: DEBUG: tests in 176574444? | |
nose.suite: DEBUG: ancestor <module 'IPython' from '/home/fperez/ipython/ipython/IPython/__init__.pyc'> may need setup | |
nose.suite: DEBUG: ancestor <module 'IPython.extensions' from '/home/fperez/ipython/ipython/IPython/extensions/__init__.pyc'> may need setup | |
nose.suite: DEBUG: ancestor <module 'IPython.extensions.storemagic' from '/home/fperez/ipython/ipython/IPython/extensions/storemagic.pyc'> may need setup | |
nose.suite: DEBUG: ancestor <module 'IPython.extensions.storemagic' from '/home/fperez/ipython/ipython/IPython/extensions/storemagic.pyc'> does need setup | |
nose.suite: DEBUG: <nose.suite.ContextSuite context=IPython.extensions.storemagic> setup context <module 'IPython.extensions.storemagic' from '/home/fperez/ipython/ipython/IPython/extensions/storemagic.pyc'> | |
nose.suite: DEBUG: completed suite setup | |
nose.suite: DEBUG: precache is [storemagic (IPython.extensions)] | |
Doctest: IPython.extensions.storemagic ... ok | |
nose.suite: DEBUG: context teardown | |
nose.suite: DEBUG: ancestor <module 'IPython.extensions.storemagic' from '/home/fperez/ipython/ipython/IPython/extensions/storemagic.pyc'> may need teardown | |
nose.suite: DEBUG: <nose.suite.ContextSuite context=IPython.extensions.storemagic> setup ancestor <module 'IPython.extensions.storemagic' from '/home/fperez/ipython/ipython/IPython/extensions/storemagic.pyc'> | |
nose.suite: DEBUG: <nose.suite.ContextSuite context=IPython.extensions.storemagic> teardown context <module 'IPython.extensions.storemagic' from '/home/fperez/ipython/ipython/IPython/extensions/storemagic.pyc'> | |
nose.suite: DEBUG: ancestor <module 'IPython.extensions' from '/home/fperez/ipython/ipython/IPython/extensions/__init__.pyc'> may need teardown | |
nose.suite: DEBUG: <nose.suite.ContextSuite context=IPython.extensions> setup ancestor <module 'IPython.extensions' from '/home/fperez/ipython/ipython/IPython/extensions/__init__.pyc'> | |
nose.suite: DEBUG: ancestor <module 'IPython' from '/home/fperez/ipython/ipython/IPython/__init__.pyc'> may need teardown | |
nose.suite: DEBUG: <nose.suite.ContextSuite context=IPython.extensions> setup ancestor <module 'IPython' from '/home/fperez/ipython/ipython/IPython/__init__.pyc'> | |
nose.suite: DEBUG: ancestor <module 'IPython.extensions.storemagic' from '/home/fperez/ipython/ipython/IPython/extensions/storemagic.pyc'> may need teardown | |
nose.suite: DEBUG: ancestor <module 'IPython.extensions.storemagic' from '/home/fperez/ipython/ipython/IPython/extensions/storemagic.pyc'> already torn down | |
nose.suite: DEBUG: suite 176602284 (<nose.suite.ContextSuite context=IPython.extensions.sympyprinting>) run called, tests: <generator object _get_wrapped_tests at 0xa8701bc> | |
nose.suite: DEBUG: suite 176602284 setUp called, tests: <generator object _get_wrapped_tests at 0xa8701bc> | |
nose.suite: DEBUG: tests in 176602284? | |
nose.suite: DEBUG: suite 176602284 has no tests | |
nose.suite: DEBUG: precache is [] | |
nose.suite: DEBUG: context teardown | |
nose.suite: DEBUG: No reason to teardown (was_setup? False was_torndown? False) | |
nose.suite: DEBUG: suite 176680652 (<nose.suite.ContextSuite context=IPython.extensions.tests>) run called, tests: <generator object _get_wrapped_tests at 0xa8701bc> | |
nose.suite: DEBUG: suite 176680652 setUp called, tests: <generator object _get_wrapped_tests at 0xa8701bc> | |
nose.suite: DEBUG: tests in 176680652? | |
nose.suite: DEBUG: ancestor <module 'IPython' from '/home/fperez/ipython/ipython/IPython/__init__.pyc'> may need setup | |
nose.suite: DEBUG: ancestor <module 'IPython.extensions' from '/home/fperez/ipython/ipython/IPython/extensions/__init__.pyc'> may need setup | |
nose.suite: DEBUG: ancestor <module 'IPython.extensions.tests' from '/home/fperez/ipython/ipython/IPython/extensions/tests/__init__.pyc'> may need setup | |
nose.suite: DEBUG: ancestor <module 'IPython.extensions.tests' from '/home/fperez/ipython/ipython/IPython/extensions/tests/__init__.pyc'> does need setup | |
nose.suite: DEBUG: <nose.suite.ContextSuite context=IPython.extensions.tests> setup context <module 'IPython.extensions.tests' from '/home/fperez/ipython/ipython/IPython/extensions/tests/__init__.pyc'> | |
nose.suite: DEBUG: completed suite setup | |
nose.suite: DEBUG: precache is [<nose.suite.ContextSuite context=IPython.extensions.tests.test_autoreload>, <nose.suite.ContextSuite context=IPython.extensions.tests.test_cythonmagic>] | |
nose.suite: DEBUG: suite 176646796 (<nose.suite.ContextSuite context=IPython.extensions.tests.test_autoreload>) run called, tests: <generator object _get_wrapped_tests at 0xa8e6aa4> | |
nose.suite: DEBUG: suite 176646796 setUp called, tests: <generator object _get_wrapped_tests at 0xa8e6aa4> | |
nose.suite: DEBUG: tests in 176646796? | |
nose.suite: DEBUG: ancestor <module 'IPython' from '/home/fperez/ipython/ipython/IPython/__init__.pyc'> may need setup | |
nose.suite: DEBUG: ancestor <module 'IPython.extensions' from '/home/fperez/ipython/ipython/IPython/extensions/__init__.pyc'> may need setup | |
nose.suite: DEBUG: ancestor <module 'IPython.extensions.tests' from '/home/fperez/ipython/ipython/IPython/extensions/tests/__init__.pyc'> may need setup | |
nose.suite: DEBUG: ancestor <module 'IPython.extensions.tests.test_autoreload' from '/home/fperez/ipython/ipython/IPython/extensions/tests/test_autoreload.pyc'> may need setup | |
nose.suite: DEBUG: ancestor <module 'IPython.extensions.tests.test_autoreload' from '/home/fperez/ipython/ipython/IPython/extensions/tests/test_autoreload.pyc'> does need setup | |
nose.suite: DEBUG: <nose.suite.ContextSuite context=IPython.extensions.tests.test_autoreload> setup context <module 'IPython.extensions.tests.test_autoreload' from '/home/fperez/ipython/ipython/IPython/extensions/tests/test_autoreload.pyc'> | |
nose.suite: DEBUG: completed suite setup | |
nose.suite: DEBUG: precache is [<nose.suite.ContextSuite context=TestAutoreload>] | |
nose.suite: DEBUG: suite 176646636 (<nose.suite.ContextSuite context=TestAutoreload>) run called, tests: <generator object _get_wrapped_tests at 0xa8e6a54> | |
nose.suite: DEBUG: suite 176646636 setUp called, tests: <generator object _get_wrapped_tests at 0xa8e6a54> | |
nose.suite: DEBUG: tests in 176646636? | |
nose.suite: DEBUG: ancestor <module 'IPython' from '/home/fperez/ipython/ipython/IPython/__init__.pyc'> may need setup | |
nose.suite: DEBUG: ancestor <module 'IPython.extensions' from '/home/fperez/ipython/ipython/IPython/extensions/__init__.pyc'> may need setup | |
nose.suite: DEBUG: ancestor <module 'IPython.extensions.tests' from '/home/fperez/ipython/ipython/IPython/extensions/tests/__init__.pyc'> may need setup | |
nose.suite: DEBUG: ancestor <module 'IPython.extensions.tests.test_autoreload' from '/home/fperez/ipython/ipython/IPython/extensions/tests/test_autoreload.pyc'> may need setup | |
nose.suite: DEBUG: ancestor <class 'IPython.extensions.tests.test_autoreload.TestAutoreload'> may need setup | |
nose.suite: DEBUG: ancestor <class 'IPython.extensions.tests.test_autoreload.TestAutoreload'> does need setup | |
nose.suite: DEBUG: <nose.suite.ContextSuite context=TestAutoreload> setup context <class 'IPython.extensions.tests.test_autoreload.TestAutoreload'> | |
nose.suite: DEBUG: completed suite setup | |
nose.suite: DEBUG: precache is [IPython.extensions.tests.test_autoreload.TestAutoreload.test_smoketest_aimport, IPython.extensions.tests.test_autoreload.TestAutoreload.test_smoketest_autoreload] | |
IPython.extensions.tests.test_autoreload.TestAutoreload.test_smoketest_aimport ... nose: DEBUG: call fixture <IPython.extensions.tests.test_autoreload.TestAutoreload object at 0xa8768ac>.setUp | |
nose: DEBUG: call fixture <IPython.extensions.tests.test_autoreload.TestAutoreload object at 0xa8768ac>.tearDown | |
ok | |
IPython.extensions.tests.test_autoreload.TestAutoreload.test_smoketest_autoreload ... nose: DEBUG: call fixture <IPython.extensions.tests.test_autoreload.TestAutoreload object at 0xa87690c>.setUp | |
nose: DEBUG: call fixture <IPython.extensions.tests.test_autoreload.TestAutoreload object at 0xa87690c>.tearDown | |
ok | |
nose.suite: DEBUG: context teardown | |
nose.suite: DEBUG: ancestor <class 'IPython.extensions.tests.test_autoreload.TestAutoreload'> may need teardown | |
nose.suite: DEBUG: <nose.suite.ContextSuite context=TestAutoreload> setup ancestor <class 'IPython.extensions.tests.test_autoreload.TestAutoreload'> | |
nose.suite: DEBUG: <nose.suite.ContextSuite context=TestAutoreload> teardown context <class 'IPython.extensions.tests.test_autoreload.TestAutoreload'> | |
nose.suite: DEBUG: ancestor <module 'IPython.extensions.tests.test_autoreload' from '/home/fperez/ipython/ipython/IPython/extensions/tests/test_autoreload.pyc'> may need teardown | |
nose.suite: DEBUG: <nose.suite.ContextSuite context=IPython.extensions.tests.test_autoreload> setup ancestor <module 'IPython.extensions.tests.test_autoreload' from '/home/fperez/ipython/ipython/IPython/extensions/tests/test_autoreload.pyc'> | |
nose.suite: DEBUG: ancestor <module 'IPython.extensions.tests' from '/home/fperez/ipython/ipython/IPython/extensions/tests/__init__.pyc'> may need teardown | |
nose.suite: DEBUG: <nose.suite.ContextSuite context=IPython.extensions.tests> setup ancestor <module 'IPython.extensions.tests' from '/home/fperez/ipython/ipython/IPython/extensions/tests/__init__.pyc'> | |
nose.suite: DEBUG: ancestor <module 'IPython.extensions' from '/home/fperez/ipython/ipython/IPython/extensions/__init__.pyc'> may need teardown | |
nose.suite: DEBUG: <nose.suite.ContextSuite context=IPython.extensions> setup ancestor <module 'IPython.extensions' from '/home/fperez/ipython/ipython/IPython/extensions/__init__.pyc'> | |
nose.suite: DEBUG: ancestor <module 'IPython' from '/home/fperez/ipython/ipython/IPython/__init__.pyc'> may need teardown | |
nose.suite: DEBUG: <nose.suite.ContextSuite context=IPython.extensions> setup ancestor <module 'IPython' from '/home/fperez/ipython/ipython/IPython/__init__.pyc'> | |
nose.suite: DEBUG: ancestor <class 'IPython.extensions.tests.test_autoreload.TestAutoreload'> may need teardown | |
nose.suite: DEBUG: ancestor <class 'IPython.extensions.tests.test_autoreload.TestAutoreload'> already torn down | |
nose.suite: DEBUG: context teardown | |
nose.suite: DEBUG: ancestor <module 'IPython.extensions.tests.test_autoreload' from '/home/fperez/ipython/ipython/IPython/extensions/tests/test_autoreload.pyc'> may need teardown | |
nose.suite: DEBUG: <nose.suite.ContextSuite context=IPython.extensions.tests.test_autoreload> setup ancestor <module 'IPython.extensions.tests.test_autoreload' from '/home/fperez/ipython/ipython/IPython/extensions/tests/test_autoreload.pyc'> | |
nose.suite: DEBUG: <nose.suite.ContextSuite context=IPython.extensions.tests.test_autoreload> teardown context <module 'IPython.extensions.tests.test_autoreload' from '/home/fperez/ipython/ipython/IPython/extensions/tests/test_autoreload.pyc'> | |
nose.suite: DEBUG: ancestor <module 'IPython.extensions.tests' from '/home/fperez/ipython/ipython/IPython/extensions/tests/__init__.pyc'> may need teardown | |
nose.suite: DEBUG: <nose.suite.ContextSuite context=IPython.extensions.tests> setup ancestor <module 'IPython.extensions.tests' from '/home/fperez/ipython/ipython/IPython/extensions/tests/__init__.pyc'> | |
nose.suite: DEBUG: ancestor <module 'IPython.extensions' from '/home/fperez/ipython/ipython/IPython/extensions/__init__.pyc'> may need teardown | |
nose.suite: DEBUG: <nose.suite.ContextSuite context=IPython.extensions> setup ancestor <module 'IPython.extensions' from '/home/fperez/ipython/ipython/IPython/extensions/__init__.pyc'> | |
nose.suite: DEBUG: ancestor <module 'IPython' from '/home/fperez/ipython/ipython/IPython/__init__.pyc'> may need teardown | |
nose.suite: DEBUG: <nose.suite.ContextSuite context=IPython.extensions> setup ancestor <module 'IPython' from '/home/fperez/ipython/ipython/IPython/__init__.pyc'> | |
nose.suite: DEBUG: ancestor <module 'IPython.extensions.tests.test_autoreload' from '/home/fperez/ipython/ipython/IPython/extensions/tests/test_autoreload.pyc'> may need teardown | |
nose.suite: DEBUG: ancestor <module 'IPython.extensions.tests.test_autoreload' from '/home/fperez/ipython/ipython/IPython/extensions/tests/test_autoreload.pyc'> already torn down | |
nose.suite: DEBUG: suite 176680492 (<nose.suite.ContextSuite context=IPython.extensions.tests.test_cythonmagic>) run called, tests: <generator object _get_wrapped_tests at 0xa8e6aa4> | |
nose.suite: DEBUG: suite 176680492 setUp called, tests: <generator object _get_wrapped_tests at 0xa8e6aa4> | |
nose.suite: DEBUG: tests in 176680492? | |
nose.suite: DEBUG: ancestor <module 'IPython' from '/home/fperez/ipython/ipython/IPython/__init__.pyc'> may need setup | |
nose.suite: DEBUG: ancestor <module 'IPython.extensions' from '/home/fperez/ipython/ipython/IPython/extensions/__init__.pyc'> may need setup | |
nose.suite: DEBUG: ancestor <module 'IPython.extensions.tests' from '/home/fperez/ipython/ipython/IPython/extensions/tests/__init__.pyc'> may need setup | |
nose.suite: DEBUG: ancestor <module 'IPython.extensions.tests.test_cythonmagic' from '/home/fperez/ipython/ipython/IPython/extensions/tests/test_cythonmagic.pyc'> may need setup | |
nose.suite: DEBUG: ancestor <module 'IPython.extensions.tests.test_cythonmagic' from '/home/fperez/ipython/ipython/IPython/extensions/tests/test_cythonmagic.pyc'> does need setup | |
nose.suite: DEBUG: <nose.suite.ContextSuite context=IPython.extensions.tests.test_cythonmagic> setup context <module 'IPython.extensions.tests.test_cythonmagic' from '/home/fperez/ipython/ipython/IPython/extensions/tests/test_cythonmagic.pyc'> | |
nose: DEBUG: call fixture <module 'IPython.extensions.tests.test_cythonmagic' from '/home/fperez/ipython/ipython/IPython/extensions/tests/test_cythonmagic.pyc'>.setup | |
ERROR | |
nose.suite: DEBUG: context teardown | |
nose.suite: DEBUG: ancestor <module 'IPython.extensions.tests' from '/home/fperez/ipython/ipython/IPython/extensions/tests/__init__.pyc'> may need teardown | |
nose.suite: DEBUG: <nose.suite.ContextSuite context=IPython.extensions.tests> setup ancestor <module 'IPython.extensions.tests' from '/home/fperez/ipython/ipython/IPython/extensions/tests/__init__.pyc'> | |
nose.suite: DEBUG: <nose.suite.ContextSuite context=IPython.extensions.tests> teardown context <module 'IPython.extensions.tests' from '/home/fperez/ipython/ipython/IPython/extensions/tests/__init__.pyc'> | |
nose.suite: DEBUG: ancestor <module 'IPython.extensions' from '/home/fperez/ipython/ipython/IPython/extensions/__init__.pyc'> may need teardown | |
nose.suite: DEBUG: <nose.suite.ContextSuite context=IPython.extensions> setup ancestor <module 'IPython.extensions' from '/home/fperez/ipython/ipython/IPython/extensions/__init__.pyc'> | |
nose.suite: DEBUG: ancestor <module 'IPython' from '/home/fperez/ipython/ipython/IPython/__init__.pyc'> may need teardown | |
nose.suite: DEBUG: <nose.suite.ContextSuite context=IPython.extensions> setup ancestor <module 'IPython' from '/home/fperez/ipython/ipython/IPython/__init__.pyc'> | |
nose.suite: DEBUG: ancestor <module 'IPython.extensions.tests' from '/home/fperez/ipython/ipython/IPython/extensions/tests/__init__.pyc'> may need teardown | |
nose.suite: DEBUG: ancestor <module 'IPython.extensions.tests' from '/home/fperez/ipython/ipython/IPython/extensions/tests/__init__.pyc'> already torn down | |
nose.suite: DEBUG: context teardown | |
nose.suite: DEBUG: ancestor <module 'IPython.extensions' from '/home/fperez/ipython/ipython/IPython/extensions/__init__.pyc'> may need teardown | |
nose.suite: DEBUG: <nose.suite.ContextSuite context=IPython.extensions> setup ancestor <module 'IPython.extensions' from '/home/fperez/ipython/ipython/IPython/extensions/__init__.pyc'> | |
nose.suite: DEBUG: ancestor <module 'IPython' from '/home/fperez/ipython/ipython/IPython/__init__.pyc'> may need teardown | |
nose.suite: DEBUG: <nose.suite.ContextSuite context=IPython.extensions> setup ancestor <module 'IPython' from '/home/fperez/ipython/ipython/IPython/__init__.pyc'> | |
nose.suite: DEBUG: ancestor <module 'IPython.extensions' from '/home/fperez/ipython/ipython/IPython/extensions/__init__.pyc'> may need teardown | |
nose.suite: DEBUG: <nose.suite.ContextSuite context=IPython.extensions> setup ancestor <module 'IPython.extensions' from '/home/fperez/ipython/ipython/IPython/extensions/__init__.pyc'> | |
nose.suite: DEBUG: context teardown | |
nose.suite: DEBUG: ancestor <module 'IPython.extensions' from '/home/fperez/ipython/ipython/IPython/extensions/__init__.pyc'> may need teardown | |
nose.suite: DEBUG: <nose.suite.ContextSuite context=IPython.extensions> setup ancestor <module 'IPython.extensions' from '/home/fperez/ipython/ipython/IPython/extensions/__init__.pyc'> | |
nose.suite: DEBUG: <nose.suite.ContextSuite context=IPython.extensions> teardown context <module 'IPython.extensions' from '/home/fperez/ipython/ipython/IPython/extensions/__init__.pyc'> | |
nose.suite: DEBUG: ancestor <module 'IPython' from '/home/fperez/ipython/ipython/IPython/__init__.pyc'> may need teardown | |
nose.suite: DEBUG: <nose.suite.ContextSuite context=IPython.extensions> setup ancestor <module 'IPython' from '/home/fperez/ipython/ipython/IPython/__init__.pyc'> | |
nose.suite: DEBUG: <nose.suite.ContextSuite context=IPython.extensions> teardown context <module 'IPython' from '/home/fperez/ipython/ipython/IPython/__init__.pyc'> | |
nose.suite: DEBUG: ancestor <module 'IPython.extensions' from '/home/fperez/ipython/ipython/IPython/extensions/__init__.pyc'> may need teardown | |
nose.suite: DEBUG: ancestor <module 'IPython.extensions' from '/home/fperez/ipython/ipython/IPython/extensions/__init__.pyc'> already torn down | |
====================================================================== | |
ERROR: test suite for <module 'IPython.extensions.tests.test_cythonmagic' from '/home/fperez/ipython/ipython/IPython/extensions/tests/test_cythonmagic.pyc'> | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/home/fperez/usr/opt/virtualenv/ipython-bare/lib/python2.7/site-packages/nose/suite.py", line 208, in run | |
self.setUp() | |
File "/home/fperez/usr/opt/virtualenv/ipython-bare/lib/python2.7/site-packages/nose/suite.py", line 291, in setUp | |
self.setupContext(ancestor) | |
File "/home/fperez/usr/opt/virtualenv/ipython-bare/lib/python2.7/site-packages/nose/suite.py", line 314, in setupContext | |
try_run(context, names) | |
File "/home/fperez/usr/opt/virtualenv/ipython-bare/lib/python2.7/site-packages/nose/util.py", line 478, in try_run | |
return func() | |
File "/home/fperez/ipython/ipython/IPython/extensions/tests/test_cythonmagic.py", line 20, in setup | |
ip.extension_manager.load_extension('cythonmagic') | |
File "/home/fperez/ipython/ipython/IPython/core/extensions.py", line 90, in load_extension | |
__import__(module_str) | |
File "/home/fperez/ipython/ipython/IPython/extensions/cythonmagic.py", line 38, in <module> | |
import Cython | |
ImportError: No module named Cython | |
---------------------------------------------------------------------- | |
Ran 5 tests in 6.414s | |
FAILED (errors=1) | |
(ipython-bare)blanca[junk]> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment