commit: 2926e215c63472c24757ea128933e78b399e9585 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org> AuthorDate: Tue Apr 22 05:48:11 2025 +0000 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org> CommitDate: Tue Apr 22 06:00:00 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2926e215
x11-terms/kitty: skip crypto.py tests Haven't actually tried nspawn, but the test is not ran anymore so it should be fine in theory. Closes: https://bugs.gentoo.org/954176 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org> x11-terms/kitty/kitty-0.41.1.ebuild | 2 ++ x11-terms/kitty/kitty-9999.ebuild | 2 ++ 2 files changed, 4 insertions(+) diff --git a/x11-terms/kitty/kitty-0.41.1.ebuild b/x11-terms/kitty/kitty-0.41.1.ebuild index af65daae1bbe..16ecbab67df8 100644 --- a/x11-terms/kitty/kitty-0.41.1.ebuild +++ b/x11-terms/kitty/kitty-0.41.1.ebuild @@ -120,6 +120,8 @@ src_prepare() { sed -i setup.py "${sedargs[@]}" || die local skiptests=( + # broken with nspawn defaults, skip for convenience (bug #954176) + kitty_tests/crypto.py # relies on 'who' command which doesn't detect users with pid-sandbox kitty_tests/utmp.py # may fail/hang depending on environment and shell initialization diff --git a/x11-terms/kitty/kitty-9999.ebuild b/x11-terms/kitty/kitty-9999.ebuild index af65daae1bbe..16ecbab67df8 100644 --- a/x11-terms/kitty/kitty-9999.ebuild +++ b/x11-terms/kitty/kitty-9999.ebuild @@ -120,6 +120,8 @@ src_prepare() { sed -i setup.py "${sedargs[@]}" || die local skiptests=( + # broken with nspawn defaults, skip for convenience (bug #954176) + kitty_tests/crypto.py # relies on 'who' command which doesn't detect users with pid-sandbox kitty_tests/utmp.py # may fail/hang depending on environment and shell initialization