commit: 8e567eaad7584c4757996db205f527e09b7cac47
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 30 15:48:46 2016 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Nov 30 18:05:38 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e567eaa
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 bebfc5e..162a683 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 \