projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
908a83f
)
dev-python/lit: Disable broken tests in 4.0.1
author
Michał Górny
<mgorny@gentoo.org>
Sun, 12 Nov 2017 09:40:53 +0000
(10:40 +0100)
committer
Michał Górny
<mgorny@gentoo.org>
Sun, 12 Nov 2017 09:53:21 +0000
(10:53 +0100)
dev-python/lit/lit-4.0.1.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/lit/lit-4.0.1.ebuild
b/dev-python/lit/lit-4.0.1.ebuild
index 0531b4bca56ccc92ef51f9931a49d4a97cb69db4..9ef5c2139edb87ba6693e602a7a2b5aad0e83925 100644
(file)
--- 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() {