diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-11-12 10:40:53 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-11-12 10:53:21 +0100 |
commit | c116ccdc950781620f53f973a58aef6ae6f83464 (patch) | |
tree | c5db9bcb2b988e8d81ac66fc38f0680feab4b825 | |
parent | dev-php/PEAR-Net_LDAP2: stable 2.2.0-r1 for sparc, bug #637188 (thanks to Rol... (diff) | |
download | gentoo-c116ccdc950781620f53f973a58aef6ae6f83464.tar.gz gentoo-c116ccdc950781620f53f973a58aef6ae6f83464.tar.bz2 gentoo-c116ccdc950781620f53f973a58aef6ae6f83464.zip |
dev-python/lit: Disable broken tests in 4.0.1
-rw-r--r-- | dev-python/lit/lit-4.0.1.ebuild | 3 |
1 files changed, 3 insertions, 0 deletions
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() { |