projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dce2624
)
dev-python/urllib3: Enable pypy3
author
Michał Górny
<mgorny@gentoo.org>
Wed, 30 Nov 2016 15:48:46 +0000
(16:48 +0100)
committer
Michał Górny
<mgorny@gentoo.org>
Wed, 30 Nov 2016 18:05:38 +0000
(19:05 +0100)
dev-python/urllib3/urllib3-1.19.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/urllib3/urllib3-1.19.ebuild
b/dev-python/urllib3/urllib3-1.19.ebuild
index bebfc5e95678057a5cb13be885bb79ca54fcd3b3..162a683970b743848032f74ca260877ebc4169a3 100644
(file)
--- 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 \