]> granicus.if.org Git - python/commit
Fix test_socket.test_create_connection() (#4206)
authorVictor Stinner <victor.stinner@gmail.com>
Wed, 1 Nov 2017 02:48:14 +0000 (19:48 -0700)
committerGitHub <noreply@github.com>
Wed, 1 Nov 2017 02:48:14 +0000 (19:48 -0700)
commit280c22a82a6756e9caffef031c564fd98f1b50e7
tree93227bd68e75083d6b1101bf1742bf0941c3974f
parent9ed83c40855b57c10988f76770a4eb825e034cd8
Fix test_socket.test_create_connection() (#4206)

bpo-31910: test_create_connection() now catchs also EADDRNOTAVAIL to
fix the test on Travis CI.
Lib/test/test_socket.py