commit: 1a40338163a475e454d3493f6c2e0fab845e2725
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 22 10:46:19 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=1a403381
dev-python/urllib3: 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/urllib3/urllib3-1.9.1.ebuild | 6 ------
1 file changed, 6 deletions(-)
diff --git a/dev-python/urllib3/urllib3-1.9.1.ebuild
b/dev-python/urllib3/urllib3-1.9.1.ebuild
index 62c6248..c03acfd 100644
--- a/dev-python/urllib3/urllib3-1.9.1.ebuild
+++ b/dev-python/urllib3/urllib3-1.9.1.ebuild
@@ -54,12 +54,6 @@ python_compile_all() {
use doc && emake -C docs html
}
-src_test() {
- # multiprocessing causes tests competing for and address to fail
- local DISTUTILS_NO_PARALLEL_BUILD=1
- distutils-r1_src_test
-}
-
python_test() {
# pypy doesn't get started in suite
if [[ "${EPYTHON}" == pypy ]]; then