summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2014-04-16 20:16:37 (GMT)
committerBenjamin Peterson <benjamin@python.org>2014-04-16 20:16:37 (GMT)
commitfa873f66c6b645355246f5028e9124c179a83c94 (patch)
tree83ab58dc84fb054dec385498c351e06df384715b
parentc844b00decfc3f4dcdb727689401050045a7c590 (diff)
downloadcpython-fa873f66c6b645355246f5028e9124c179a83c94.zip
cpython-fa873f66c6b645355246f5028e9124c179a83c94.tar.gz
cpython-fa873f66c6b645355246f5028e9124c179a83c94.tar.bz2
remove superfluous and useless line
-rw-r--r--Lib/test/test_asyncio/test_unix_events.py1
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
index cc74383..744c319 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)