1
0
forked from tribes/guix

gnu: Add python-pytest-jupyter-minimal.

* gnu/packages/jupyter.scm (python-pytest-jupyter-minimal): New variable.

Change-Id: I0192ea6c58702664651fe838c5f38a82a5fad6d2
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
This commit is contained in:
Sharlatan Hellseher
2025-12-16 14:33:11 +00:00
committed by Rutherther
parent 7289e6b16e
commit e0b4ea8b85
+10
View File
@@ -714,6 +714,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")