diff options
| author | Yury Selivanov <yselivanov@sprymix.com> | 2015-11-20 17:39:51 (GMT) |
|---|---|---|
| committer | Yury Selivanov <yselivanov@sprymix.com> | 2015-11-20 17:39:51 (GMT) |
| commit | abe61079deeff97a8c614ddd73cc5b12530ecd6b (patch) | |
| tree | 7ce0ce0d8a5e3afca98536048923d41bf022f6e3 /Lib/test/test_asyncio/test_base_events.py | |
| parent | 812b24842c5e08828f2ae536c967dd891a6a4148 (diff) | |
| parent | b485bb416c4513878b899fc5a3cd6260683b1cd1 (diff) | |
| download | cpython-abe61079deeff97a8c614ddd73cc5b12530ecd6b.zip cpython-abe61079deeff97a8c614ddd73cc5b12530ecd6b.tar.gz cpython-abe61079deeff97a8c614ddd73cc5b12530ecd6b.tar.bz2 | |
Merge 3.4
Diffstat (limited to 'Lib/test/test_asyncio/test_base_events.py')
| -rw-r--r-- | Lib/test/test_asyncio/test_base_events.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_asyncio/test_base_events.py b/Lib/test/test_asyncio/test_base_events.py index 072fe2f..dff01d2 100644 --- a/Lib/test/test_asyncio/test_base_events.py +++ b/Lib/test/test_asyncio/test_base_events.py @@ -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) |
