Fix logging when running tests with twisted installed.
This commit is contained in:
parent
43e23f9777
commit
35448d870c
|
@ -686,7 +686,7 @@ if have_twisted:
|
|||
except ImportError:
|
||||
pass
|
||||
else:
|
||||
globalLogBeginner.beginLoggingTo([])
|
||||
globalLogBeginner.beginLoggingTo([], redirectStandardIO=False)
|
||||
|
||||
if have_twisted:
|
||||
class LayeredTwistedIOLoop(TwistedIOLoop):
|
||||
|
|
Loading…
Reference in New Issue