diff options
author | Petr Vaněk <arkamar@atlas.cz> | 2023-05-29 23:09:47 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-05-29 22:55:04 +0100 |
commit | 91dea794917553c5872dd8f8fce4272d7d790eb0 (patch) | |
tree | 3da1194a94588e6a7f317d3485e6ce317f6bba9c /dev-python/sphinx | |
parent | dev-python/sphinxcontrib-websupport: enable py3.12 (diff) | |
download | gentoo-91dea794917553c5872dd8f8fce4272d7d790eb0.tar.gz gentoo-91dea794917553c5872dd8f8fce4272d7d790eb0.tar.bz2 gentoo-91dea794917553c5872dd8f8fce4272d7d790eb0.zip |
dev-python/sphinx: enable py3.12
It was necessary to disable two more tests for future investigation.
Signed-off-by: Petr Vaněk <arkamar@atlas.cz>
Closes: https://github.com/gentoo/gentoo/pull/31221
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/sphinx')
-rw-r--r-- | dev-python/sphinx/sphinx-7.0.1.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-python/sphinx/sphinx-7.0.1.ebuild b/dev-python/sphinx/sphinx-7.0.1.ebuild index 5b23550bab3d..ac0941e386fe 100644 --- a/dev-python/sphinx/sphinx-7.0.1.ebuild +++ b/dev-python/sphinx/sphinx-7.0.1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=flit -PYTHON_COMPAT=( python3_{9..11} pypy3 ) +PYTHON_COMPAT=( python3_{10..12} pypy3 ) PYTHON_REQ_USE="threads(+)" inherit distutils-r1 @@ -44,7 +44,7 @@ RDEPEND=" >=dev-python/packaging-21.0[${PYTHON_USEDEP}] $(python_gen_cond_dep ' >=dev-python/importlib-metadata-4.8[${PYTHON_USEDEP}] - ' 3.8 3.9) + ' 3.9) latex? ( dev-texlive/texlive-latexextra dev-texlive/texlive-luatex @@ -104,6 +104,8 @@ python_test() { tests/test_ext_autodoc.py::test_cython tests/test_ext_autodoc_autoclass.py::test_classes tests/test_ext_autodoc_autofunction.py::test_classes + tests/test_ext_math.py::test_imgmath_numfig_html + tests/test_ext_math.py::test_imgmath_png tests/test_ext_inheritance_diagram.py::test_import_classes # looks like a bug in lualatex "tests/test_build_latex.py::test_build_latex_doc[lualatex-howto]" |