diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-12-16 14:33:11 +0000 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-25 21:19:34 +0100 |
| commit | e0b4ea8b85b7ac8520c8d7bfaeec4cf082a28884 (patch) | |
| tree | 17d08acbae9f8e5314bb4682789dee993f285fe9 | |
| parent | 7289e6b16e020270c0f4eba2a282b8c2e9fd6994 (diff) | |
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>
| -rw-r--r-- | gnu/packages/jupyter.scm | 10 |
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") |
