From f2af4c44a4eb11845f7f27ae905a8a99651020ba Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Thu, 22 Oct 2015 12:37:22 +0200 Subject: [PATCH] dev-python/webtest: Drop deprecated usage of DISTUTILS_NO_PARALLEL_BUILD Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher --- dev-python/webtest/webtest-1.4.3-r1.ebuild | 4 ---- dev-python/webtest/webtest-2.0.16.ebuild | 4 ---- 2 files changed, 8 deletions(-) diff --git a/dev-python/webtest/webtest-1.4.3-r1.ebuild b/dev-python/webtest/webtest-1.4.3-r1.ebuild index 7e3cf74022b9e..3e1e6f4dae766 100644 --- a/dev-python/webtest/webtest-1.4.3-r1.ebuild +++ b/dev-python/webtest/webtest-1.4.3-r1.ebuild @@ -38,10 +38,6 @@ python_compile_all() { fi } -src_test() { - DISTUTILS_NO_PARALLEL_BUILD=1 distutils-r1_src_test -} - python_test() { # Tests raise ImportErrors with our default PYTHONPATH. unset PYTHONPATH diff --git a/dev-python/webtest/webtest-2.0.16.ebuild b/dev-python/webtest/webtest-2.0.16.ebuild index 115cd15db2e2f..98af652947f1b 100644 --- a/dev-python/webtest/webtest-2.0.16.ebuild +++ b/dev-python/webtest/webtest-2.0.16.ebuild @@ -56,10 +56,6 @@ python_compile_all() { fi } -src_test() { - DISTUTILS_NO_PARALLEL_BUILD=1 distutils-r1_src_test -} - python_test() { # Tests raise ImportErrors with our default PYTHONPATH. local -x PYTHONPATH=