commit: a56fc7567a80cf1c52d016c62f89e7cc088732d5
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 22 10:49:11 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=a56fc756
dev-python/fabric: 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/fabric/fabric-1.10.0-r1.ebuild | 5 -----
1 file changed, 5 deletions(-)
diff --git a/dev-python/fabric/fabric-1.10.0-r1.ebuild
b/dev-python/fabric/fabric-1.10.0-r1.ebuild
index cc01a62..6966580 100644
--- a/dev-python/fabric/fabric-1.10.0-r1.ebuild
+++ b/dev-python/fabric/fabric-1.10.0-r1.ebuild
@@ -52,11 +52,6 @@ python_compile_all() {
fi
}
-src_test() {
- local DISTUTILS_NO_PARALLEL_BUILD=1
- distutils-r1_src_test
-}
-
python_test() {
nosetests tests || die "Tests failed under ${EPYTHON}"
}