From c116ccdc950781620f53f973a58aef6ae6f83464 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sun, 12 Nov 2017 10:40:53 +0100 Subject: [PATCH] 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 0531b4bca56c..9ef5c2139edb 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() { -- 2.26.2