Skip to content

Commit

Permalink
dev-python/fabric: Drop deprecated usage of DISTUTILS_NO_PARALLEL_BUILD
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <[email protected]>
  • Loading branch information
jlec committed Oct 22, 2015
1 parent 640ddb4 commit a56fc75
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions dev-python/fabric/fabric-1.10.0-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
}
Expand Down

0 comments on commit a56fc75

Please sign in to comment.