<div class="gmail_quote">2009/6/20 Stéfan van der Walt <span dir="ltr"><<a href="mailto:stefan@sun.ac.za">stefan@sun.ac.za</a>></span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">2009/6/20 Stéfan van der Walt <<a href="mailto:stefan@sun.ac.za">stefan@sun.ac.za</a>>:<br>
</div><div class="im">> I just updated my machine, and everything broke in the way you<br>
> described. This must be a regression in one of the python26-*<br>
> packages?<br>
<br>
</div>The problem can be reproduced from the command prompt:<br>
<br>
$ nosetests<br>
Traceback (most recent call last):<br>
File "/usr/bin/nosetests", line 8, in <module><br>
load_entry_point('nose==0.10.4', 'console_scripts', 'nosetests')()<br>
File "/usr/lib/pymodules/python2.6/nose/core.py", line 219, in __init__<br>
<div class="im"> argv=argv, testRunner=testRunner, testLoader=testLoader)<br>
</div> File "/usr/lib/python2.6/unittest.py", line 819, in __init__<br>
self.runTests()<br>
File "/usr/lib/pymodules/python2.6/nose/core.py", line 298, in runTests<br>
<div class="im"> result = self.testRunner.run(self.test)<br>
</div><div class="im">TypeError: unbound method run() must be called with TextTestRunner<br>
instance as first argument (got ContextSuite instance instead)<br>
<br>
</div>So we can safely say it is not a NumPy issue.<br>
<div><div></div><div class="h5"></div></div></blockquote><div><br>I can confirm, nosetests fails with a fresh install of Karmic alpha 2, but it does not have anything to do with numpy. Thanks for pointing that test out, I'll file a bug report at launchpad.<br>
</div></div>