[Python-checkins] cpython (3.4): remove superfluous and useless line

benjamin.peterson python-checkins at python.org
Wed Apr 16 22:17:22 CEST 2014


http://hg.python.org/cpython/rev/30a7e37b8441
changeset:   90367:30a7e37b8441
branch:      3.4
parent:      90365:2e54b9e205c8
user:        Benjamin Peterson <benjamin at python.org>
date:        Wed Apr 16 16:16:37 2014 -0400
summary:
  remove superfluous and useless line

files:
  Lib/test/test_asyncio/test_unix_events.py |  1 -
  1 files changed, 0 insertions(+), 1 deletions(-)


diff --git a/Lib/test/test_asyncio/test_unix_events.py b/Lib/test/test_asyncio/test_unix_events.py
--- a/Lib/test/test_asyncio/test_unix_events.py
+++ b/Lib/test/test_asyncio/test_unix_events.py
@@ -1335,7 +1335,6 @@
         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)

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list