guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 1f7e9d173a4fa47119091487ca3dcbba94ce3991
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Dec 16 14:33:11 2025 +0000
gnu: Add python-pytest-jupyter-minimal.
* gnu/packages/jupyter.scm (python-pytest-jupyter-minimal): New variable.
Change-Id: I0192ea6c58702664651fe838c5f38a82a5fad6d2
---
gnu/packages/jupyter.scm | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/gnu/packages/jupyter.scm b/gnu/packages/jupyter.scm
index 830ea78fbf..c5155bdf15 100644
--- a/gnu/packages/jupyter.scm
+++ b/gnu/packages/jupyter.scm
@@ -711,6 +711,16 @@ Messaging Protocol}.")
extensions.")
(license license:bsd-4)))
+(define-public python-pytest-jupyter-minimal
+ (package/inherit python-pytest-jupyter
+ (name "python-pytest-jupyter-minimal")
+ (arguments
+ (list #:tests? #f))
+ (native-inputs
+ (list python-hatchling))
+ (propagated-inputs
+ (list python-jupyter-core))))
+
(define-public python-terminado
(package
(name "python-terminado")