diff --git a/socketIO_client/tests/__init__.py b/socketIO_client/tests/__init__.py index a2ab653..bcfc00e 100644 --- a/socketIO_client/tests/__init__.py +++ b/socketIO_client/tests/__init__.py @@ -10,7 +10,6 @@ PORT = 9000 DATA = 'xxx' PAYLOAD = {'xxx': 'yyy'} logging.basicConfig(level=logging.DEBUG) -logging.captureWarnings(True) class BaseMixin(object):