I can confirm the error after installing fresh 9.04 .

Fixed using the following:

@@ -92,7 +92,7 @@
         case = getattr(self.test, 'test', None)
         assert (test is self.test 
                 or test is case 
-                or test is getattr(case, '_nose_case', None),  
+                or test is getattr(case, '_nose_case', None)), ( 
                 "ResultProxy for %r (%s) was called with test %r (%s)" 
                 % (self.test, id(self.test), test, id(test)))

It stops erroring out.

Kind regards,
--j

-- 
Warning message shown during installation of python-nose by apt-get
https://bugs.launchpad.net/bugs/362240
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to