From 29f2be7de78302226933dcd7487e88e0ab2fa238 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Fri, 11 Sep 2020 14:40:58 +0200 Subject: dev-python/pypy: Reenable tests fixed in 7.3.2_rc1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- 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 7a8f746ecbac..1d0ad929c04b 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/i@unittest.skip("Requires networking")' \ lib-python/2.7/test/test_ssl.py || die -- cgit v1.2.3-65-gdbad