~ruther/guix-local

e0b4ea8b85b7ac8520c8d7bfaeec4cf082a28884 — Sharlatan Hellseher 3 months ago 7289e6b
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>
1 files changed, 10 insertions(+), 0 deletions(-)

M gnu/packages/jupyter.scm
M gnu/packages/jupyter.scm => gnu/packages/jupyter.scm +10 -0
@@ 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")