diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-10-22 12:44:31 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-10-22 13:09:19 +0200 |
commit | d5e41bddf9e1f3258bc68c048eda6ad948679f2f (patch) | |
tree | 0c9a40b86490968c742b9339da784833576c1c0b /dev-python/whoosh | |
parent | sys-fs/pysize: Drop deprecated usage of DISTUTILS_NO_PARALLEL_BUILD (diff) | |
download | gentoo-d5e41bddf9e1f3258bc68c048eda6ad948679f2f.tar.gz gentoo-d5e41bddf9e1f3258bc68c048eda6ad948679f2f.tar.bz2 gentoo-d5e41bddf9e1f3258bc68c048eda6ad948679f2f.zip |
dev-python/whoosh: Drop deprecated usage of DISTUTILS_NO_PARALLEL_BUILD
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/whoosh')
-rw-r--r-- | dev-python/whoosh/whoosh-2.6.0.ebuild | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/dev-python/whoosh/whoosh-2.6.0.ebuild b/dev-python/whoosh/whoosh-2.6.0.ebuild index b3365b41f74a..c65675806886 100644 --- a/dev-python/whoosh/whoosh-2.6.0.ebuild +++ b/dev-python/whoosh/whoosh-2.6.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -40,12 +40,6 @@ python_compile_all() { use doc && sphinx-build -b html -c docs/source/ docs/source/ docs/source/build/html } -# Restrict to test phase; a few random tests fail without it -src_test() { - local DISTUTILS_NO_PARALLEL_BUILD=1 - distutils-r1_src_test -} - python_test() { esetup.py test } |