From e0b4ea8b85b7ac8520c8d7bfaeec4cf082a28884 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Tue, 16 Dec 2025 14:33:11 +0000 Subject: [PATCH] gnu: Add python-pytest-jupyter-minimal. * gnu/packages/jupyter.scm (python-pytest-jupyter-minimal): New variable. Change-Id: I0192ea6c58702664651fe838c5f38a82a5fad6d2 Signed-off-by: Rutherther --- gnu/packages/jupyter.scm | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/gnu/packages/jupyter.scm b/gnu/packages/jupyter.scm index a80cb77324e215a96ef313a741445f63ffd995de..f0f0a7cebecd92d228a87a4d873f06c6437ddbdb 100644 --- a/gnu/packages/jupyter.scm +++ b/gnu/packages/jupyter.scm @@ -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")