diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-06-19 09:58:52 +0200 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-25 09:35:55 +0100 |
| commit | 995071641bbb538173ae9b2181e45b174492aba7 (patch) | |
| tree | ffd3f7a679399e39d617159dff65a98f7a5b561e /gnu/packages/python-xyz.scm | |
| parent | 767d351abe3e698fc3c7acd4d5cd292b82621e8e (diff) | |
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>
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 89fd13626e..d7b2dacd23 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -22054,7 +22054,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 |
