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 652F1158096 for ; Wed, 7 Sep 2022 07:51:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B2D61E0AE4; Wed, 7 Sep 2022 07:51:36 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 A0B06E0AE4 for ; Wed, 7 Sep 2022 07:51:36 +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 E5815341233 for ; Wed, 7 Sep 2022 07:51:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1023B5D0 for ; Wed, 7 Sep 2022 07:51:33 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1662537014.203d3f9650177b205033746f8b49b563162589e0.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/loky/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/loky/loky-3.1.0.ebuild X-VCS-Directories: dev-python/loky/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 203d3f9650177b205033746f8b49b563162589e0 X-VCS-Branch: master Date: Wed, 7 Sep 2022 07:51:33 +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: 1e6084ef-a0fb-4dd0-9d1e-ead4e3debcab X-Archives-Hash: 443fbb0671fe7ff4baafded4d374b09a commit: 203d3f9650177b205033746f8b49b563162589e0 Author: Michał Górny gentoo org> AuthorDate: Sun Sep 4 09:31:16 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Sep 7 07:50:14 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=203d3f96 dev-python/loky: Remove redundant -p no:xvfb Signed-off-by: Michał Górny gentoo.org> dev-python/loky/loky-3.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/loky/loky-3.1.0.ebuild b/dev-python/loky/loky-3.1.0.ebuild index 7d1bdf178dce..4a8d620ec72c 100644 --- a/dev-python/loky/loky-3.1.0.ebuild +++ b/dev-python/loky/loky-3.1.0.ebuild @@ -37,5 +37,5 @@ python_test() { ) # high memory test needs a lot of memory + is broken on 32-bit platforms - epytest --skip-high-memory -p no:xvfb + epytest --skip-high-memory }