diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-09-11 14:40:58 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-09-11 23:04:58 +0200 |
commit | 29f2be7de78302226933dcd7487e88e0ab2fa238 (patch) | |
tree | 7826f359e01ee647169e86b916dbe460e00f15c7 /dev-python/pypy | |
parent | profiles: Fix typos in rv32 profile comments (diff) | |
download | gentoo-29f2be7de78302226933dcd7487e88e0ab2fa238.tar.gz gentoo-29f2be7de78302226933dcd7487e88e0ab2fa238.tar.bz2 gentoo-29f2be7de78302226933dcd7487e88e0ab2fa238.zip |
dev-python/pypy: Reenable tests fixed in 7.3.2_rc1
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pypy')
-rw-r--r-- | dev-python/pypy/pypy-7.3.2_rc1.ebuild | 5 |
1 files changed, 0 insertions, 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 |