commit: 29f2be7de78302226933dcd7487e88e0ab2fa238
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 11 12:40:58 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Sep 11 21:04:58 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29f2be7d
dev-python/pypy: Reenable tests fixed in 7.3.2_rc1
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pypy/pypy-7.3.2_rc1.ebuild | 5 -----
1 file changed, 5 deletions(-)
diff --git a/dev-python/pypy/pypy-7.3.2_rc1.ebuild
b/dev-python/pypy/pypy-7.3.2_rc1.ebuild
index 7a8f746ecba..1d0ad929c04 100644
--- a/dev-python/pypy/pypy-7.3.2_rc1.ebuild
+++ b/dev-python/pypy/pypy-7.3.2_rc1.ebuild
@@ -56,11 +56,6 @@ src_prepare() {
# this test relies on pypy-c hardcoding correct build time paths
sed -i -e 's:test_executable_without_cwd:_&:' \
lib-python/2.7/test/test_subprocess.py || die
- # broken upstream
- # see http://buildbot.pypy.org/summary?branch=%3Ctrunk%3E
- sed -i -e 's:test_alpn_protocols:_&:' \
- -e 's:test_default_ecdh_curve:_&:' \
- lib-python/2.7/test/test_ssl.py || die
# requires Internet
sed -i -e '/class NetworkedTests/[email protected]("Requires
networking")' \
lib-python/2.7/test/test_ssl.py || die