From cdce4f34518bba57a9d8a6e918f7bb7ccabf6c7a Mon Sep 17 00:00:00 2001 From: Flatcar Buildbot Date: Mon, 17 Feb 2025 07:06:44 +0000 Subject: [PATCH] dev-python/rich: Sync with Gentoo It's from Gentoo commit 8b5498809ed701ec09223945dd601af0c0c26dac. --- .../dev-python/rich/rich-13.9.4.ebuild | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/sdk_container/src/third_party/portage-stable/dev-python/rich/rich-13.9.4.ebuild b/sdk_container/src/third_party/portage-stable/dev-python/rich/rich-13.9.4.ebuild index 80df0e3fb3..3fb0c38348 100644 --- a/sdk_container/src/third_party/portage-stable/dev-python/rich/rich-13.9.4.ebuild +++ b/sdk_container/src/third_party/portage-stable/dev-python/rich/rich-13.9.4.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=poetry -PYTHON_COMPAT=( python3_{10..13} pypy3 ) +PYTHON_COMPAT=( python3_{10..13} pypy3 pypy3_11 ) inherit distutils-r1 optfeature @@ -44,6 +44,10 @@ python_test() { tests/test_console.py::test_size_can_fall_back_to_std_descriptors # TODO: segfault in recursion (PyQt6 interfering?) tests/test_traceback.py::test_recursive + # TODO: some random dep changes? + tests/test_markdown.py::test_inline_code + tests/test_syntax.py::test_blank_lines + tests/test_syntax.py::test_python_render_simple_indent_guides ) # version-specific output -- the usual deal case ${EPYTHON} in @@ -53,16 +57,9 @@ python_test() { tests/test_inspect.py::test_inspect_integer_with_methods_python310only ) ;; - python3.13) + pypy3.11) EPYTEST_DESELECT+=( - tests/test_inspect.py::test_inspect_builtin_function_except_python311 - tests/test_inspect.py::test_inspect_integer_with_methods_python38_and_python39 - tests/test_inspect.py::test_inspect_integer_with_methods_python310only tests/test_inspect.py::test_inspect_integer_with_methods_python311 - tests/test_pretty.py::test_pretty_dataclass - tests/test_pretty.py::test_reference_cycle_dataclass - tests/test_pretty.py::test_max_depth_dataclass - tests/test_pretty.py::test_attrs_broken ) ;; esac