commit: 9d5e70608f826135c09e233bec48abcc2a592e74
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 22 10:47:30 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Oct 22 11:09:19 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d5e7060
dev-python/testtools: Drop deprecated usage of DISTUTILS_NO_PARALLEL_BUILD
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
dev-python/testtools/testtools-0.9.36.ebuild | 6 ------
1 file changed, 6 deletions(-)
diff --git a/dev-python/testtools/testtools-0.9.36.ebuild
b/dev-python/testtools/testtools-0.9.36.ebuild
index 002a97b..ee13a75 100644
--- a/dev-python/testtools/testtools-0.9.36.ebuild
+++ b/dev-python/testtools/testtools-0.9.36.ebuild
@@ -40,12 +40,6 @@ python_prepare_all() {
distutils-r1_python_prepare_all
}
-src_test() {
- # Required to allow / ensure all impls to pass run of testsuite
- local DISTUTILS_NO_PARALLEL_BUILD=1
- distutils-r1_src_test
-}
-
python_test() {
esetup.py test
}