Sophie

Sophie

distrib > Mageia > 6 > armv5tl > media > core-updates-src > by-pkgid > ed2fedcf28b75a74432db6ae2151de01 > files > 5

python3-3.5.3-1.2.mga6.src.rpm

commit 5188052e8e858b2464c23120bdba1f416cb3b051
Author: Philippe Makowski <pmakowski@espelida.com>
Date:   Sun Jul 3 17:45:21 2016 +0200

    disable-parts-of-test_socket-in-rpm-build

diff --git a/Lib/test/test_socket.py b/Lib/test/test_socket.py
index c151a50..0dbf48e 100644
--- a/Lib/test/test_socket.py
+++ b/Lib/test/test_socket.py
@@ -2438,6 +2438,7 @@ class RecvmsgGenericStreamTests(RecvmsgGenericTests):
     # Tests which require a stream socket and can use either recvmsg()
     # or recvmsg_into().
 
+    @unittest._skipInRpmBuild('fails intermittently when run within BS')
     def testRecvmsgEOF(self):
         # Receive end-of-stream indicator (b"", peer socket closed).
         msg, ancdata, flags, addr = self.doRecvmsg(self.serv_sock, 1024)