From: Michał Górny Date: Wed, 30 Nov 2016 15:48:46 +0000 (+0100) Subject: dev-python/urllib3: Enable pypy3 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=8e567eaad7584c4757996db205f527e09b7cac47;p=gentoo.git dev-python/urllib3: Enable pypy3 --- diff --git a/dev-python/urllib3/urllib3-1.19.ebuild b/dev-python/urllib3/urllib3-1.19.ebuild index bebfc5e95678..162a683970b7 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 \