[Bug 362240] Re: Warning message shown during installation of python-nose by apt-get

Juan Carlos Inostroza jci at codemonkey.cl
Wed May 6 02:54:38 UTC 2009


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
ubuntu-bugs at lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs




More information about the universe-bugs mailing list