mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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 <sharlatanus@gmail.com>
This commit is contained in:
parent
a892f7bbc0
commit
15eaa05da7
1 changed files with 3 additions and 1 deletions
|
@ -22078,7 +22078,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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue