From: Benjamin Peterson Date: Wed, 16 Apr 2014 20:16:37 +0000 (-0400) Subject: remove superfluous and useless line X-Git-Tag: v3.4.1rc1~58 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fa873f66c6b645355246f5028e9124c179a83c94;p=thirdparty%2FPython%2Fcpython.git remove superfluous and useless line --- diff --git a/Lib/test/test_asyncio/test_unix_events.py b/Lib/test/test_asyncio/test_unix_events.py index cc743839520e..744c319537ca 100644 --- a/Lib/test/test_asyncio/test_unix_events.py +++ b/Lib/test/test_asyncio/test_unix_events.py @@ -1335,7 +1335,6 @@ class ChildWatcherTestsMixin: with self.ignore_warnings: self.watcher._sig_chld() - callback.assert_called(m.waitpid) if isinstance(self.watcher, asyncio.FastChildWatcher): # here the FastChildWatche enters a deadlock # (there is no way to prevent it)