summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/jupyter.scm10
1 files changed, 10 insertions, 0 deletions
diff --git a/gnu/packages/jupyter.scm b/gnu/packages/jupyter.scm
index a80cb77324e..f0f0a7cebec 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")