Gentoo Archives: gentoo-commits

From: Ionen Wolkens <ionen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-terms/kitty/
Date: Thu, 06 Jan 2022 00:10:21
Message-Id: 1641427418.14a57588a24eef9a10bd89867adae3d670fdabda.ionen@gentoo
1 commit: 14a57588a24eef9a10bd89867adae3d670fdabda
2 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 5 23:57:37 2022 +0000
4 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 6 00:03:38 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14a57588
7
8 x11-terms/kitty: update comment for skipped utmp test
9
10 This is largely our own limitation, so this may need to be
11 skipped permanently. Reason it sometime worked was due to
12 the test chroot having 0 users and so kitty also detected
13 0 matching with 'who' returning nothing.
14
15 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
16
17 x11-terms/kitty/kitty-0.24.0-r1.ebuild | 4 +---
18 x11-terms/kitty/kitty-9999.ebuild | 4 +---
19 2 files changed, 2 insertions(+), 6 deletions(-)
20
21 diff --git a/x11-terms/kitty/kitty-0.24.0-r1.ebuild b/x11-terms/kitty/kitty-0.24.0-r1.ebuild
22 index 5b83c19b7dda..f94b4bb5d66b 100644
23 --- a/x11-terms/kitty/kitty-0.24.0-r1.ebuild
24 +++ b/x11-terms/kitty/kitty-0.24.0-r1.ebuild
25 @@ -78,9 +78,7 @@ src_prepare() {
26 # https://github.com/kovidgoyal/kitty/issues/4434
27 sed -i "/shell_integration:/s/'enabled'/&,'no-rc'/" kitty/options/types.py || die
28
29 - # test relies on 'who' command which typically works but have 1 VM
30 - # where it didn't only under portage/sandbox, needs investigation but
31 - # disable for now
32 + # test relies on 'who' command which doesn't detect users with pid-sandbox
33 rm kitty_tests/utmp.py || die
34
35 # skip docs for live version
36
37 diff --git a/x11-terms/kitty/kitty-9999.ebuild b/x11-terms/kitty/kitty-9999.ebuild
38 index 5b83c19b7dda..f94b4bb5d66b 100644
39 --- a/x11-terms/kitty/kitty-9999.ebuild
40 +++ b/x11-terms/kitty/kitty-9999.ebuild
41 @@ -78,9 +78,7 @@ src_prepare() {
42 # https://github.com/kovidgoyal/kitty/issues/4434
43 sed -i "/shell_integration:/s/'enabled'/&,'no-rc'/" kitty/options/types.py || die
44
45 - # test relies on 'who' command which typically works but have 1 VM
46 - # where it didn't only under portage/sandbox, needs investigation but
47 - # disable for now
48 + # test relies on 'who' command which doesn't detect users with pid-sandbox
49 rm kitty_tests/utmp.py || die
50
51 # skip docs for live version