commit: c116ccdc950781620f53f973a58aef6ae6f83464
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 12 09:40:53 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Nov 12 09:53:21 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c116ccdc
dev-python/lit: Disable broken tests in 4.0.1
dev-python/lit/lit-4.0.1.ebuild | 3 +++
1 file changed, 3 insertions(+)
diff --git a/dev-python/lit/lit-4.0.1.ebuild b/dev-python/lit/lit-4.0.1.ebuild
index 0531b4bca56..9ef5c2139ed 100644
--- a/dev-python/lit/lit-4.0.1.ebuild
+++ b/dev-python/lit/lit-4.0.1.ebuild
@@ -25,6 +25,9 @@ DEPEND="
dev-python/psutil[${PYTHON_USEDEP}]
sys-devel/llvm )"
+# Tests are broken in this version, fixed in 5.0+.
+RESTRICT="test"
+
# TODO: move the manpage generation here (from sys-devel/llvm)
python_test() {