Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/lit/
Date: Sun, 12 Nov 2017 09:53:29
Message-Id: 1510480401.c116ccdc950781620f53f973a58aef6ae6f83464.mgorny@gentoo
1 commit: c116ccdc950781620f53f973a58aef6ae6f83464
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 12 09:40:53 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 12 09:53:21 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c116ccdc
7
8 dev-python/lit: Disable broken tests in 4.0.1
9
10 dev-python/lit/lit-4.0.1.ebuild | 3 +++
11 1 file changed, 3 insertions(+)
12
13 diff --git a/dev-python/lit/lit-4.0.1.ebuild b/dev-python/lit/lit-4.0.1.ebuild
14 index 0531b4bca56..9ef5c2139ed 100644
15 --- a/dev-python/lit/lit-4.0.1.ebuild
16 +++ b/dev-python/lit/lit-4.0.1.ebuild
17 @@ -25,6 +25,9 @@ DEPEND="
18 dev-python/psutil[${PYTHON_USEDEP}]
19 sys-devel/llvm )"
20
21 +# Tests are broken in this version, fixed in 5.0+.
22 +RESTRICT="test"
23 +
24 # TODO: move the manpage generation here (from sys-devel/llvm)
25
26 python_test() {