summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-10-22 12:46:19 +0200
committerJustin Lecher <jlec@gentoo.org>2015-10-22 13:09:19 +0200
commit1a40338163a475e454d3493f6c2e0fab845e2725 (patch)
tree2c4c2f3f825b0ec04cfb68aeb9e29598340f6fca /dev-python/urllib3
parentsys-fs/pysize: Fix ncurses SLOT in deps (diff)
downloadgentoo-1a40338163a475e454d3493f6c2e0fab845e2725.tar.gz
gentoo-1a40338163a475e454d3493f6c2e0fab845e2725.tar.bz2
gentoo-1a40338163a475e454d3493f6c2e0fab845e2725.zip
dev-python/urllib3: 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/urllib3')
-rw-r--r--dev-python/urllib3/urllib3-1.9.1.ebuild6
1 files changed, 0 insertions, 6 deletions
diff --git a/dev-python/urllib3/urllib3-1.9.1.ebuild b/dev-python/urllib3/urllib3-1.9.1.ebuild
index 62c6248024e1..c03acfd0c319 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