guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 71810f292ced8824e700ed3dd3245d7de70b0deb
Author: Nicolas Graves <[email protected]>
AuthorDate: Thu Jun 19 09:58:52 2025 +0200
gnu: python-rich: Ignore more failing tests.
* gnu/packages/python-xyz.scm (python-rich)[arguments][test-flags}:
Ignore more failing tests.
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
gnu/packages/python-xyz.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 94e1226551..2ae52bf35a 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -22118,7 +22118,9 @@ representation.")
" 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