dev-python/lit: Remove a flaky test

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2023-11-11 10:43:17 +01:00
parent 1e2a60df78
commit 8031eb9ad0

View File

@@ -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
}