From ea7f7d81195152da50725ca0d80ebe8bdeb6a741 Mon Sep 17 00:00:00 2001 From: mathieui Date: Sun, 4 Jul 2021 16:01:48 +0200 Subject: fix: remove asyncio hack in slixtest --- slixmpp/test/slixtest.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/slixmpp/test/slixtest.py b/slixmpp/test/slixtest.py index 7c700fd2..0d05a4ac 100644 --- a/slixmpp/test/slixtest.py +++ b/slixmpp/test/slixtest.py @@ -17,9 +17,7 @@ from slixmpp.xmlstream.matcher import StanzaPath, MatcherId, MatchIDSender from slixmpp.xmlstream.matcher import MatchXMLMask, MatchXPath import asyncio -cls = asyncio.get_event_loop().__class__ -cls.idle_call = lambda self, callback: callback() class SlixTest(unittest.TestCase): -- cgit v1.2.3