[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
63/222: gnu: python-rich: Remove python-ipywidgets.
From: |
guix-commits |
Subject: |
63/222: gnu: python-rich: Remove python-ipywidgets. |
Date: |
Fri, 1 Nov 2024 10:56:24 -0400 (EDT) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit 6acb00161a853262bf8131cc777f0c237ab4c254
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue May 7 13:10:03 2024 +0200
gnu: python-rich: Remove python-ipywidgets.
This is done to avoid unnecessary dependency cycles involving jupyter.
* gnu/packages/python-xyz.scm (python-rich)[arguments]: Disable some tests.
[propagated-inputs]: Remove python-ipywidgets.
Change-Id: I7a514ea7647086dc6f831c1167c28d145130cfa1
---
gnu/packages/python-xyz.scm | 18 ++++++++++++++++--
1 file changed, 16 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 42f85194d4..205ac48aec 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -20578,8 +20578,22 @@ representation.")
(base32
"0qyhw2vvk17qdmfrmi45z4dd0fkwx3l2qrf3iy0yc2y7pfgrmg9g"))))
(build-system pyproject-build-system)
- (propagated-inputs
- (list python-ipywidgets python-markdown-it-py python-pygments))
+ (arguments
+ (list
+ #:test-flags
+ ;; These fail for unknown reasons, but the results look identical.
+ ;; Perhaps only the terminal escape sequences are superficially
+ ;; different?
+ '(list "-k" (string-append "not test_card_render"
+ " and not test_markdown_render"
+ " and not test_python_render"
+ " and not test_python_render_simple"
+ " 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"))))
+ (propagated-inputs
+ (list python-markdown-it-py python-pygments))
(native-inputs
(list python-poetry-core python-pytest))
(home-page "https://github.com/willmcgugan/rich")
- 35/222: gnu: python-packaging-bootstrap: Update to 23.2., (continued)
- 35/222: gnu: python-packaging-bootstrap: Update to 23.2., guix-commits, 2024/11/01
- 34/222: gnu: python-cleo: Update to 2.1.0., guix-commits, 2024/11/01
- 37/222: gnu: python-eventlet: Update to 0.35.2., guix-commits, 2024/11/01
- 44/222: gnu: python-itemloaders: Fix indentation., guix-commits, 2024/11/01
- 50/222: gnu: python-billiard: Add missing inputs., guix-commits, 2024/11/01
- 53/222: gnu: python-dbus-python: Add missing input., guix-commits, 2024/11/01
- 54/222: gnu: python-versioneer: Add missing input and use minimal git., guix-commits, 2024/11/01
- 58/222: gnu: python-pytest-xdist: Add setuptools and wheel., guix-commits, 2024/11/01
- 60/222: gnu: python-openpyxl: Add Setuptools and Wheel., guix-commits, 2024/11/01
- 59/222: gnu: python-jinja2: Add setuptools and wheel., guix-commits, 2024/11/01
- 63/222: gnu: python-rich: Remove python-ipywidgets.,
guix-commits <=
- 66/222: gnu: Add python-jsonschema-specifications., guix-commits, 2024/11/01
- 67/222: gnu: Add python-rfc3986-validator., guix-commits, 2024/11/01
- 68/222: gnu: Add python-isoduration., guix-commits, 2024/11/01
- 69/222: gnu: Add python-uri-template., guix-commits, 2024/11/01
- 71/222: gnu: Add python-overrides., guix-commits, 2024/11/01
- 72/222: gnu: Add python-hatch-jupyter-builder., guix-commits, 2024/11/01
- 77/222: gnu: python-jedi: Update to 0.19.1., guix-commits, 2024/11/01
- 79/222: gnu: python-argon2-cffi: Update to 21.1.0., guix-commits, 2024/11/01
- 80/222: gnu: python-jsonschema: Update to 4.22.0., guix-commits, 2024/11/01
- 81/222: gnu: python-websocket-client: Update to 1.8.0., guix-commits, 2024/11/01