diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2022-01-05 18:57:37 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2022-01-05 19:03:38 -0500 |
commit | 14a57588a24eef9a10bd89867adae3d670fdabda (patch) | |
tree | 4bf961f9dec34c372680d18a114dce157da93813 /x11-terms | |
parent | x11-libs/libxshmfence: Keyword 1.3-r2 for ~m68k (diff) | |
download | gentoo-14a57588a24eef9a10bd89867adae3d670fdabda.tar.gz gentoo-14a57588a24eef9a10bd89867adae3d670fdabda.tar.bz2 gentoo-14a57588a24eef9a10bd89867adae3d670fdabda.zip |
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@gentoo.org>
Diffstat (limited to 'x11-terms')
-rw-r--r-- | x11-terms/kitty/kitty-0.24.0-r1.ebuild | 4 | ||||
-rw-r--r-- | 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 |