cpython: e8b10ed64e63 (original) (raw)

Mercurial > cpython

changeset 102088:e8b10ed64e63

Issue #26536: Skip test_sio_loopback_fast_path under Windows 7 [#26536]

Berker Peksag berker.peksag@gmail.com
date Sat, 18 Jun 2016 16:10:07 +0300
parents e18ac7370113
children 213c240cce0a
files Lib/test/test_socket.py
diffstat 1 files changed, 8 insertions(+), 2 deletions(-)[+] [-] Lib/test/test_socket.py 10

line wrap: on

line diff

--- a/Lib/test/test_socket.py +++ b/Lib/test/test_socket.py @@ -1223,10 +1223,16 @@ class GeneralModuleTests(unittest.TestCa def test_sio_loopback_fast_path(self): s = socket.socket() self.addCleanup(s.close)

- def testGetaddrinfo(self): try: socket.getaddrinfo('localhost', 80)