diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-04-12 19:17:27 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-04-12 19:47:14 +0200 |
commit | 4596ce6cdf671c7b30eec0e7f804f03ba2f5ce99 (patch) | |
tree | 3e379a18f03205354a57d97d93573e7d582ff463 /dev-python/pypy | |
parent | xfce-base/xfce4-settings: Bump to 4.14.3 (diff) | |
download | gentoo-4596ce6cdf671c7b30eec0e7f804f03ba2f5ce99.tar.gz gentoo-4596ce6cdf671c7b30eec0e7f804f03ba2f5ce99.tar.bz2 gentoo-4596ce6cdf671c7b30eec0e7f804f03ba2f5ce99.zip |
dev-python/pypy: Update test failure list
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pypy')
-rw-r--r-- | dev-python/pypy/pypy-7.3.1.ebuild | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/dev-python/pypy/pypy-7.3.1.ebuild b/dev-python/pypy/pypy-7.3.1.ebuild index e38b85a5caaa..1f32cc41d4b1 100644 --- a/dev-python/pypy/pypy-7.3.1.ebuild +++ b/dev-python/pypy/pypy-7.3.1.ebuild @@ -55,19 +55,14 @@ 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 - # this one seems to rely on cpython gc handling (?) - sed -i -e 's:test_number_of_objects:_&:' \ - lib-python/2.7/test/test_multiprocessing.py || die - # hardcoded assumptions (?) + # 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 - # TODO: investigate (sandbox?) - sed -i -e 's:test__copy_to_each:_&:' \ - lib-python/2.7/test/test_pty.py || die eapply_user } |