python-nose is broken with python 2.6.3-dev
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Python |
Fix Committed
|
Unknown
|
|||
nose |
Unknown
|
Unknown
|
|||
nose (Ubuntu) |
Invalid
|
High
|
Unassigned | ||
python2.6 (Ubuntu) |
Fix Released
|
High
|
Unassigned |
Bug Description
Binary package hint: python-nose
python-nose is broken in Karmic alpha 2:
$ nosetests
Traceback (most recent call last):
File "/usr/bin/
load_
File "/usr/lib/
argv=argv, testRunner=
File "/usr/lib/
self.runTests()
File "/usr/lib/
result = self.testRunner
TypeError: unbound method run() must be called with TextTestRunner instance as first argument (got ContextSuite instance instead)
Related branches
Changed in nose (Ubuntu): | |
assignee: | Ubuntu Core Development Team (ubuntu-core-dev) → nobody |
importance: | Undecided → High |
status: | New → Triaged |
Changed in python2.6 (Ubuntu): | |
importance: | Undecided → High |
status: | New → Triaged |
Changed in python: | |
status: | Unknown → Fix Committed |
Changed in nose (Ubuntu): | |
status: | Triaged → Invalid |
After a manual update to nose version 0.11.0 it is still fully broken the exact same way.
There is something broken here but I'm not sure what the root cause is...