From 6a729f8ccd1eabc155e54526061876de5e38d42b Mon Sep 17 00:00:00 2001 From: Nicolas Jouanin Date: Fri, 26 Jun 2015 22:13:24 +0200 Subject: [PATCH] disable (temporarly) testing --- hbmqtt/test_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hbmqtt/test_client.py b/hbmqtt/test_client.py index b99d35c..86fc4b5 100644 --- a/hbmqtt/test_client.py +++ b/hbmqtt/test_client.py @@ -20,4 +20,4 @@ def test_coro(): if __name__ == '__main__': logging.basicConfig(level=logging.DEBUG) - asyncio.get_event_loop().run_until_complete(test_coro()) \ No newline at end of file +# asyncio.get_event_loop().run_until_complete(test_coro()) \ No newline at end of file