commit: 8031eb9ad090c59b3d57045154ef97643dd5df2a
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 11 09:43:17 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Nov 11 10:36:31 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8031eb9a
dev-python/lit: Remove a flaky test
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/lit/lit-18.0.0.9999.ebuild | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/dev-python/lit/lit-18.0.0.9999.ebuild
b/dev-python/lit/lit-18.0.0.9999.ebuild
index 1689cd7b1ce2..bd8eed55b536 100644
--- a/dev-python/lit/lit-18.0.0.9999.ebuild
+++ b/dev-python/lit/lit-18.0.0.9999.ebuild
@@ -30,6 +30,10 @@ llvm.org_set_globals
# TODO: move the manpage generation here (from sys-devel/llvm)
src_prepare() {
+ # flaky test
+ # https://github.com/llvm/llvm-project/issues/72022
+ rm tests/progress-bar.py || die
+
cd "${WORKDIR}" || die
distutils-r1_src_prepare
}