diff options
| author | Yury Selivanov <yselivanov@sprymix.com> | 2015-12-17 00:31:55 (GMT) |
|---|---|---|
| committer | Yury Selivanov <yselivanov@sprymix.com> | 2015-12-17 00:31:55 (GMT) |
| commit | 1215227d1f2be84ec25f080bce2865f6e3134f80 (patch) | |
| tree | b0b8dd56b47b33443f7a3cb1efe077d66129f5c5 /Lib/test/test_asyncio/test_events.py | |
| parent | 5d120e952243af454efd0e4acba6619269352374 (diff) | |
| parent | 631546cf929098acf254d9eee4d3da39c6ed3444 (diff) | |
| download | cpython-1215227d1f2be84ec25f080bce2865f6e3134f80.zip cpython-1215227d1f2be84ec25f080bce2865f6e3134f80.tar.gz cpython-1215227d1f2be84ec25f080bce2865f6e3134f80.tar.bz2 | |
Merge 3.5
Diffstat (limited to 'Lib/test/test_asyncio/test_events.py')
| -rw-r--r-- | Lib/test/test_asyncio/test_events.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Lib/test/test_asyncio/test_events.py b/Lib/test/test_asyncio/test_events.py index 141fde7..f174604 100644 --- a/Lib/test/test_asyncio/test_events.py +++ b/Lib/test/test_asyncio/test_events.py @@ -1573,10 +1573,6 @@ class EventLoopTestsMixin: 'selector': self.loop._selector.__class__.__name__}) def test_sock_connect_address(self): - # In debug mode, sock_connect() must ensure that the address is already - # resolved (call _check_resolved_address()) - self.loop.set_debug(True) - addresses = [(socket.AF_INET, ('www.python.org', 80))] if support.IPV6_ENABLED: addresses.extend(( |
