]> granicus.if.org Git - python/commitdiff
remove superfluous and useless line
authorBenjamin Peterson <benjamin@python.org>
Wed, 16 Apr 2014 20:16:37 +0000 (16:16 -0400)
committerBenjamin Peterson <benjamin@python.org>
Wed, 16 Apr 2014 20:16:37 +0000 (16:16 -0400)
Lib/test/test_asyncio/test_unix_events.py

index cc743839520e1df3d39e43968c627f3d926fd39d..744c319537cafc02148c1c3c6c62eaa557304fdc 100644 (file)
@@ -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)