]> granicus.if.org Git - python/commitdiff
asyncio: Sync with github
authorYury Selivanov <yselivanov@sprymix.com>
Fri, 20 Nov 2015 17:39:43 +0000 (12:39 -0500)
committerYury Selivanov <yselivanov@sprymix.com>
Fri, 20 Nov 2015 17:39:43 +0000 (12:39 -0500)
Lib/test/test_asyncio/test_base_events.py

index 072fe2f93e7f11d240f3368f5de5a27e798dc00c..dff01d2c11ba40dadd84f70d87087eae7c41201a 100644 (file)
@@ -782,7 +782,7 @@ class BaseEventLoopTests(test_utils.TestCase):
         self.loop._selector.select.return_value = (event_sentinel,)
 
         for i in range(1, 3):
-            with self.subTest('Loop %d/2' % i):
+            # with self.subTest('Loop %d/2' % i):  # Not in Python 3.3.
                 self.loop.call_soon(self.loop.stop)
                 self.loop.run_forever()
                 self.assertEqual(callcount, 1)