]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - python3/patches/00163-disable-parts-of-test_socket-in-rpm-build.patch
python3: New package.
[people/ms/ipfire-3.x.git] / python3 / patches / 00163-disable-parts-of-test_socket-in-rpm-build.patch
1 diff -up Python-3.3.0b1/Lib/test/test_socket.py.disable-test_socket-in-rpm-builds Python-3.3.0b1/Lib/test/test_socket.py
2 --- Python-3.3.0b1/Lib/test/test_socket.py.disable-test_socket-in-rpm-builds 2012-07-24 15:02:30.823355067 -0400
3 +++ Python-3.3.0b1/Lib/test/test_socket.py 2012-07-24 15:08:13.021354999 -0400
4 @@ -2188,6 +2188,7 @@ class RecvmsgGenericStreamTests(RecvmsgG
5 # Tests which require a stream socket and can use either recvmsg()
6 # or recvmsg_into().
7
8 + @unittest._skipInRpmBuild('fails intermittently when run within Koji')
9 def testRecvmsgEOF(self):
10 # Receive end-of-stream indicator (b"", peer socket closed).
11 msg, ancdata, flags, addr = self.doRecvmsg(self.serv_sock, 1024)