#1007: VisitManager raises an exception while running nose
------------------------+---------------------------------------------------
 Reporter:  max         |       Owner:  anonymous
     Type:  defect      |      Status:  new      
 Priority:  normal      |   Milestone:           
Component:  TurboGears  |     Version:  0.9a6    
 Severity:  normal      |    Keywords:           
------------------------+---------------------------------------------------
 While running my tests with nose tool I often get the following exception:

 {{{
 Exception in thread VisitManager (most likely raised during interpreter
 shutdown):
 Traceback (most recent call last):
   File "C:\Python24\lib\threading.py", line 442, in __bootstrap
   File "d:\projects\3rd-party\turbogears-1.0\turbogears\visit\api.py",
 line 257, in run
   File "C:\Python24\lib\threading.py", line 348, in wait
   File "C:\Python24\lib\threading.py", line 196, in wait
 exceptions.TypeError: exceptions must be classes, instances, or strings
 (deprecated), not NoneType
 }}}

 This happens after all test are run, presumably at interpreter shutdown.

-- 
Ticket URL: <http://trac.turbogears.org/turbogears/ticket/1007>
TurboGears <http://www.turbogears.org/>
TurboGears front-to-back web development
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears Tickets" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/turbogears-tickets
-~----------~----~----~----~------~----~------~--~---

Reply via email to