commit:     14a57588a24eef9a10bd89867adae3d670fdabda
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Wed Jan  5 23:57:37 2022 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> 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 <ionen <AT> 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

Reply via email to