[Neo-report] r2676 jm - /trunk/neo/tests/__init__.py

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Mar 21 12:09:23 CET 2011


Author: jm
Date: Mon Mar 21 12:09:23 2011
New Revision: 2676

Log:
tests: fix "signal only works in main thread" errors

Modified:
    trunk/neo/tests/__init__.py

Modified: trunk/neo/tests/__init__.py
==============================================================================
--- trunk/neo/tests/__init__.py [iso-8859-1] (original)
+++ trunk/neo/tests/__init__.py [iso-8859-1] Mon Mar 21 12:09:23 2011
@@ -46,6 +46,8 @@ ADDRESS_TYPE = socket.AF_INET
 
 live_debug.ENABLED = True
 live_debug.register()
+# prevent "signal only works in main thread" errors in subprocesses
+live_debug.ENABLED = False
 
 def buildUrlFromString(address):
     try:




More information about the Neo-report mailing list