dev-python/lit: Disable broken tests in 4.0.1
authorMichał Górny <mgorny@gentoo.org>
Sun, 12 Nov 2017 09:40:53 +0000 (10:40 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sun, 12 Nov 2017 09:53:21 +0000 (10:53 +0100)
dev-python/lit/lit-4.0.1.ebuild

index 0531b4bca56ccc92ef51f9931a49d4a97cb69db4..9ef5c2139edb87ba6693e602a7a2b5aad0e83925 100644 (file)
@@ -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() {