From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 45096158089 for ; Tue, 7 Nov 2023 20:35:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 91D012BC024; Tue, 7 Nov 2023 20:35:06 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6A2CE2BC024 for ; Tue, 7 Nov 2023 20:35:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 785E9335D43 for ; Tue, 7 Nov 2023 20:35:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F0DB61331 for ; Tue, 7 Nov 2023 20:35:03 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1699389237.ed2e7ddaa99e0f4b802422437a748fcf626a9abc.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyzmq/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyzmq/pyzmq-25.1.1.ebuild X-VCS-Directories: dev-python/pyzmq/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ed2e7ddaa99e0f4b802422437a748fcf626a9abc X-VCS-Branch: master Date: Tue, 7 Nov 2023 20:35:03 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 49d58118-0631-43ff-9100-ec0c2fabebb9 X-Archives-Hash: 19d93e44d5731b930293b8916a6a3ced commit: ed2e7ddaa99e0f4b802422437a748fcf626a9abc Author: Matoro Mahri matoro tk> AuthorDate: Mon Nov 6 21:15:18 2023 +0000 Commit: Sam James gentoo org> CommitDate: Tue Nov 7 20:33:57 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed2e7dda dev-python/pyzmq: skip test_large_send Thrashes swap on low-mem machines. Debian already does this. See: https://salsa.debian.org/python-team/packages/pyzmq/-/blob/master/debian/patches/skip_large_send Bug: https://bugs.gentoo.org/909738 Signed-off-by: Matoro Mahri matoro.tk> Signed-off-by: Sam James gentoo.org> dev-python/pyzmq/pyzmq-25.1.1.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dev-python/pyzmq/pyzmq-25.1.1.ebuild b/dev-python/pyzmq/pyzmq-25.1.1.ebuild index 6f2183f670a4..7e964cfaf78d 100644 --- a/dev-python/pyzmq/pyzmq-25.1.1.ebuild +++ b/dev-python/pyzmq/pyzmq-25.1.1.ebuild @@ -57,6 +57,10 @@ EPYTEST_DESELECT=( zmq/tests/test_auth.py zmq/tests/test_cython.py zmq/tests/test_zmqstream.py + + # swap thrashing on low-mem hosts, per Debian: + # https://salsa.debian.org/python-team/packages/pyzmq/-/blob/master/debian/patches/skip_large_send + zmq/tests/test_socket.py::TestSocket::test_large_send ) EPYTEST_IGNORE=(