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:
committed by
Rutherther
parent
7289e6b16e
commit
e0b4ea8b85
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user