Author: Armin Rigo <ar...@tunes.org>
Branch: py3.5
Changeset: r88722:2b71379daaac
Date: 2016-11-29 09:13 +0100
http://bitbucket.org/pypy/pypy/changeset/2b71379daaac/

Log:    fix test

diff --git a/lib-python/3/test/test_asyncio/test_futures.py 
b/lib-python/3/test/test_asyncio/test_futures.py
--- a/lib-python/3/test/test_asyncio/test_futures.py
+++ b/lib-python/3/test/test_asyncio/test_futures.py
@@ -238,6 +238,7 @@
         fut.set_exception(RuntimeError('boom'))
         del fut
         test_utils.run_briefly(self.loop)
+        support.gc_collect()
         self.assertTrue(m_log.error.called)
 
     @mock.patch('asyncio.base_events.logger')
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to