From 7b697d34a6ca5da4057666e0255b59530ea920fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Thu, 17 Aug 2023 12:14:31 +0200 Subject: dev-python/sphinx: Reenable more tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/sphinx/sphinx-7.2.0.ebuild | 20 +++++--------------- 1 file changed, 5 insertions(+), 15 deletions(-) (limited to 'dev-python') diff --git a/dev-python/sphinx/sphinx-7.2.0.ebuild b/dev-python/sphinx/sphinx-7.2.0.ebuild index ed0f34e9f7a3..39c8a31b320b 100644 --- a/dev-python/sphinx/sphinx-7.2.0.ebuild +++ b/dev-python/sphinx/sphinx-7.2.0.ebuild @@ -95,19 +95,10 @@ python_test() { local EPYTEST_DESELECT=( # these tests require Internet access tests/test_build_latex.py::test_latex_images - tests/test_build_linkcheck.py::test_defaults - tests/test_build_linkcheck.py::test_defaults_json - tests/test_build_linkcheck.py::test_anchors_ignored - tests/test_build_linkcheck.py::test_check_link_response_only - tests/test_build_linkcheck.py::test_linkcheck_allowed_redirects - tests/test_build_linkcheck.py::test_linkcheck_exclude_documents # TODO 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-None]" "tests/test_build_latex.py::test_build_latex_doc[lualatex-manual-None]" @@ -117,20 +108,19 @@ python_test() { [[ ${EPYTHON} == pypy3 ]] && EPYTEST_DESELECT+=( tests/test_ext_autodoc.py::test_autodoc_inherited_members_None tests/test_ext_autodoc.py::test_automethod_for_builtin - tests/test_ext_autodoc.py::test_cython tests/test_ext_autodoc.py::test_partialfunction - tests/test_ext_autodoc_autoclass.py::test_autodoc_process_bases - tests/test_ext_autodoc_autoclass.py::test_show_inheritance_for_decendants_of_generic_type - tests/test_ext_autodoc_autoclass.py::test_show_inheritance_for_subclass_of_generic_type +# tests/test_ext_autodoc_autoclass.py::test_autodoc_process_bases +# tests/test_ext_autodoc_autoclass.py::test_show_inheritance_for_decendants_of_generic_type +# tests/test_ext_autodoc_autoclass.py::test_show_inheritance_for_subclass_of_generic_type tests/test_ext_autodoc_autofunction.py::test_builtin_function tests/test_ext_autodoc_autofunction.py::test_methoddescriptor - tests/test_ext_autodoc_automodule.py::test_automodule_inherited_members +# tests/test_ext_autodoc_automodule.py::test_automodule_inherited_members tests/test_ext_autodoc_preserve_defaults.py::test_preserve_defaults_special_constructs tests/test_ext_autosummary.py::test_autosummary_generate_content_for_module tests/test_ext_autosummary.py::test_autosummary_generate_content_for_module_skipped tests/test_util_inspect.py::test_isattributedescriptor tests/test_util_typing.py::test_is_invalid_builtin_class - tests/test_util_typing.py::test_stringify_type_hints_pep_585 +# tests/test_util_typing.py::test_stringify_type_hints_pep_585 ) # note: pytest-xdist causes random test failures -- cgit v1.2.3