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

2012-07-11 Thread Andrea Corbellini
This particular bug has already been fixed in recent versions of nose.

** Changed in: nose (Ubuntu)
   Importance: Undecided = Medium

** Changed in: nose (Ubuntu)
   Status: New = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/362240

Title:
  Warning message shown during installation of python-nose by apt-get

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nose/+bug/362240/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


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

2009-05-06 Thread Juan Carlos Inostroza
Hi,

sorry for not including all the info. The fix was made on 
/var/lib/python-support/python2.6/nose/proxy.py

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


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

2009-05-05 Thread Juan Carlos Inostroza
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@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs