dev-python/eventlet: Drop deprecated usage of DISTUTILS_NO_PARALLEL_BUILD

Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec@gentoo.org>
This commit is contained in:
Justin Lecher
2015-10-22 12:50:02 +02:00
parent 13a572efad
commit 948da56706
2 changed files with 1 additions and 14 deletions

View File

@@ -27,13 +27,6 @@ python_compile_all() {
use doc && emake -C doc html
}
src_test() {
# Tests bind to static addresses, bug #456920
local DISTUTILS_NO_PARALLEL_BUILD=1
distutils-r1_src_test
}
python_test() {
nosetests || die "Tests fail with ${EPYTHON}"
}

View File

@@ -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$
@@ -44,12 +44,6 @@ python_compile_all() {
use doc && emake -C doc html
}
src_test() {
# Tests bind to static addresses, bug #456920
local DISTUTILS_NO_PARALLEL_BUILD=1
distutils-r1_src_test
}
python_test() {
# Several errors 1 failure
# https://github.com/eventlet/eventlet/issues/151