commit:     2c155e929f784cb331a3c322d68162199d99240e
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 16 15:50:43 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb 16 16:02:18 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c155e92

dev-python/rich: Update test deselects

Closes: https://bugs.gentoo.org/949535
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/rich/rich-13.9.4.ebuild | 16 ++++------------
 1 file changed, 4 insertions(+), 12 deletions(-)

diff --git a/dev-python/rich/rich-13.9.4.ebuild 
b/dev-python/rich/rich-13.9.4.ebuild
index 80df0e3fb36f..6013812a8698 100644
--- a/dev-python/rich/rich-13.9.4.ebuild
+++ b/dev-python/rich/rich-13.9.4.ebuild
@@ -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,18 +57,6 @@ python_test() {
                                
tests/test_inspect.py::test_inspect_integer_with_methods_python310only
                        )
                        ;;
-               python3.13)
-                       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
 
        local -x COLUMNS=80

Reply via email to