diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-10-22 12:49:11 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-10-22 13:09:19 +0200 |
commit | a56fc7567a80cf1c52d016c62f89e7cc088732d5 (patch) | |
tree | 5d282c62543562425a6721b10daa29e4a4dcdc76 /dev-python/fabric | |
parent | dev-python/larch: Drop deprecated usage of DISTUTILS_NO_PARALLEL_BUILD (diff) | |
download | gentoo-a56fc7567a80cf1c52d016c62f89e7cc088732d5.tar.gz gentoo-a56fc7567a80cf1c52d016c62f89e7cc088732d5.tar.bz2 gentoo-a56fc7567a80cf1c52d016c62f89e7cc088732d5.zip |
dev-python/fabric: 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/fabric')
-rw-r--r-- | dev-python/fabric/fabric-1.10.0-r1.ebuild | 5 |
1 files changed, 0 insertions, 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 cc01a621a0d7..6966580ba0d1 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}" } |