From 8d3f380c26054d773bc0afbcff87e51606088e6e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Mon, 6 Apr 2020 21:56:47 +0200 Subject: [PATCH] dev-python/sphinx: Reenable pypy3 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/sphinx/sphinx-3.0.0.ebuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/dev-python/sphinx/sphinx-3.0.0.ebuild b/dev-python/sphinx/sphinx-3.0.0.ebuild index c5058d4ee17b..1a71657e2863 100644 --- a/dev-python/sphinx/sphinx-3.0.0.ebuild +++ b/dev-python/sphinx/sphinx-3.0.0.ebuild @@ -4,7 +4,7 @@ EAPI=7 DISTUTILS_USE_SETUPTOOLS=rdepend -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6,7,8} pypy3 ) PYTHON_REQ_USE="threads(+)" inherit distutils-r1 @@ -72,6 +72,10 @@ python_prepare_all() { sed -i -e '/def test_partialfunction/i\ @pytest.mark.skipif(hasattr(sys, "pypy_version_info"), reason="broken on pypy3")' \ -e '/def test_autodoc_typed_instance_variables/i\ +@pytest.mark.skipif(hasattr(sys, "pypy_version_info"), reason="broken on pypy3")' \ + -e '/def test_autodoc_inherited_members_None/i\ +@pytest.mark.skipif(hasattr(sys, "pypy_version_info"), reason="broken on pypy3")' \ + -e '/def test_cython/i\ @pytest.mark.skipif(hasattr(sys, "pypy_version_info"), reason="broken on pypy3")' \ tests/test_autodoc.py || die sed -i -e '11aimport sys' \ -- 2.26.2