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 D00DE158086 for ; Thu, 6 Jan 2022 00:10:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F33202BC011; Thu, 6 Jan 2022 00:10:20 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 643142BC011 for ; Thu, 6 Jan 2022 00:10:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 16E61343293 for ; Thu, 6 Jan 2022 00:10:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2F75A1CE for ; Thu, 6 Jan 2022 00:10:14 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1641427418.14a57588a24eef9a10bd89867adae3d670fdabda.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-terms/kitty/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-terms/kitty/kitty-0.24.0-r1.ebuild x11-terms/kitty/kitty-9999.ebuild X-VCS-Directories: x11-terms/kitty/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 14a57588a24eef9a10bd89867adae3d670fdabda X-VCS-Branch: master Date: Thu, 6 Jan 2022 00:10:14 +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: 365eefdf-a591-4631-9766-c2fddd9ed627 X-Archives-Hash: 32cd30ee23c9d1e8e3e7c933105a747f commit: 14a57588a24eef9a10bd89867adae3d670fdabda Author: Ionen Wolkens gentoo org> AuthorDate: Wed Jan 5 23:57:37 2022 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Thu Jan 6 00:03:38 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14a57588 x11-terms/kitty: update comment for skipped utmp test This is largely our own limitation, so this may need to be skipped permanently. Reason it sometime worked was due to the test chroot having 0 users and so kitty also detected 0 matching with 'who' returning nothing. Signed-off-by: Ionen Wolkens gentoo.org> x11-terms/kitty/kitty-0.24.0-r1.ebuild | 4 +--- x11-terms/kitty/kitty-9999.ebuild | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/x11-terms/kitty/kitty-0.24.0-r1.ebuild b/x11-terms/kitty/kitty-0.24.0-r1.ebuild index 5b83c19b7dda..f94b4bb5d66b 100644 --- a/x11-terms/kitty/kitty-0.24.0-r1.ebuild +++ b/x11-terms/kitty/kitty-0.24.0-r1.ebuild @@ -78,9 +78,7 @@ src_prepare() { # https://github.com/kovidgoyal/kitty/issues/4434 sed -i "/shell_integration:/s/'enabled'/&,'no-rc'/" kitty/options/types.py || die - # test relies on 'who' command which typically works but have 1 VM - # where it didn't only under portage/sandbox, needs investigation but - # disable for now + # test relies on 'who' command which doesn't detect users with pid-sandbox rm kitty_tests/utmp.py || die # skip docs for live version diff --git a/x11-terms/kitty/kitty-9999.ebuild b/x11-terms/kitty/kitty-9999.ebuild index 5b83c19b7dda..f94b4bb5d66b 100644 --- a/x11-terms/kitty/kitty-9999.ebuild +++ b/x11-terms/kitty/kitty-9999.ebuild @@ -78,9 +78,7 @@ src_prepare() { # https://github.com/kovidgoyal/kitty/issues/4434 sed -i "/shell_integration:/s/'enabled'/&,'no-rc'/" kitty/options/types.py || die - # test relies on 'who' command which typically works but have 1 VM - # where it didn't only under portage/sandbox, needs investigation but - # disable for now + # test relies on 'who' command which doesn't detect users with pid-sandbox rm kitty_tests/utmp.py || die # skip docs for live version