Comment 14 for bug 389942

Revision history for this message
Xavier Gnata (xavier-gnata-gmail) wrote : Re: [Bug 389942] Re: python-nose is broken with python 2.6.3-dev

> Where is the fix??
> http://bugs.python.org/issue6177 does not provide the fix. It is the commit which *breaks* python-nose.
>
>
nosetests returns

Traceback (most recent call last):
  File "/usr/bin/nosetests", line 8, in <module>
    load_entry_point('nose==0.11.1', 'console_scripts', 'nosetests')()
  File "/usr/lib/pymodules/python2.6/nose/core.py", line 113, in __init__
    argv=argv, testRunner=testRunner, testLoader=testLoader)
  File "/usr/lib/python2.6/unittest.py", line 819, in __init__
    self.runTests()
  File "/usr/lib/pymodules/python2.6/nose/core.py", line 192, in runTests
    result = self.testRunner.run(self.test)
TypeError: unbound method run() must be called with TextTestRunner
instance as first argument (got ContextSuite instance instead)

It is still broken.

Xavier