cpython: 3e2218a4e629 (original) (raw)

Mercurial > cpython

changeset 98554:3e2218a4e629

Issue #23972: Fix tests for Windows and Debian. (Merge 3.5->3.6) [#23972]

Guido van Rossum guido@dropbox.com
date Tue, 06 Oct 2015 08:25:21 -0700
parents 41f29bbf520d(current diff)4d643c5df2a5(diff)
children 727d72b05ff5
files
diffstat 1 files changed, 1 insertions(+), 4 deletions(-)[+] [-] Lib/test/test_asyncio/test_base_events.py 5

line wrap: on

line diff

--- a/Lib/test/test_asyncio/test_base_events.py +++ b/Lib/test/test_asyncio/test_base_events.py @@ -1215,6 +1215,7 @@ class BaseEventLoopWithSelectorTests(tes def test_create_datagram_endpoint_sock(self): sock = socket.socket(socket.AF_INET, socket.SOCK_DGRAM)

@@ -1307,10 +1308,6 @@ class BaseEventLoopWithSelectorTests(tes self.assertTrue( sock.getsockopt( socket.SOL_SOCKET, socket.SO_REUSEPORT))