[bug#78828,6/8] gnu: python-rich: Ignore more failing tests.

Message ID 20250619075859.10878-6-ngraves@ngraves.fr
State New
Headers
Series None |

Commit Message

Nicolas Graves June 19, 2025, 7:58 a.m. UTC
  * gnu/packages/python-xyz.scm (python-rich)[arguments][test-flags}:
Ignore more failing tests.
---
 gnu/packages/python-xyz.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
  

Patch

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 49fddda272..768df10c80 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -21655,7 +21655,9 @@  (define-public python-rich
                                  " and not test_python_render_simple_passing_lexer_instance"
                                  " and not test_python_render_indent_guides"
                                  " and not test_option_no_wrap"
-                                 " and not test_syntax_highlight_ranges"))))
+                                 " and not test_syntax_highlight_ranges"
+                                 " and not test_inline_code"
+                                 " and not test_blank_lines"))))
     (propagated-inputs
      (list python-markdown-it-py python-pygments))
     (native-inputs