From 8e567eaad7584c4757996db205f527e09b7cac47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Wed, 30 Nov 2016 16:48:46 +0100 Subject: [PATCH] dev-python/urllib3: Enable pypy3 --- dev-python/urllib3/urllib3-1.19.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-python/urllib3/urllib3-1.19.ebuild b/dev-python/urllib3/urllib3-1.19.ebuild index bebfc5e956780..162a683970b74 100644 --- a/dev-python/urllib3/urllib3-1.19.ebuild +++ b/dev-python/urllib3/urllib3-1.19.ebuild @@ -4,7 +4,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy ) +PYTHON_COMPAT=( python2_7 python3_{4,5} pypy{,3} ) PYTHON_REQ_USE="ssl(+)" inherit distutils-r1 @@ -97,7 +97,8 @@ python_test() { # Failures still occur under py2.7. # https://github.com/shazow/urllib3/issues/621 - [[ "${EPYTHON}" == pypy ]] && return + # FIXME: get tornado ported + [[ "${EPYTHON}" == pypy* ]] && return nosetests -v \ --exclude test_headerdict \