mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-30 22:36:50 +01:00
gnu: python-ipywidgets: Enable tests.
* gnu/packages/python.scm (python-ipywidgets)[arguments]: Remove. [native-inputs]: Add python-nose and python-pytest. [propagated-inputs]: Remove python-ipykernel.
This commit is contained in:
parent
fec14302d5
commit
88bf9be38e
1 changed files with 4 additions and 4 deletions
|
@ -7255,13 +7255,13 @@ (define-public python-ipywidgets
|
||||||
(base32
|
(base32
|
||||||
"1lk0qrr5l9a0z7qkkn30hv5832whxwxymf1l576fmmad0n7hkxms"))))
|
"1lk0qrr5l9a0z7qkkn30hv5832whxwxymf1l576fmmad0n7hkxms"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
;; FIXME: it's not clear how to run the tests.
|
|
||||||
(arguments `(#:tests? #f))
|
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-ipykernel" ,python-ipykernel)
|
`(("python-ipython" ,python-ipython)
|
||||||
("python-ipython" ,python-ipython)
|
|
||||||
("python-traitlets" ,python-traitlets)
|
("python-traitlets" ,python-traitlets)
|
||||||
("python-widgetsnbextension" ,python-widgetsnbextension)))
|
("python-widgetsnbextension" ,python-widgetsnbextension)))
|
||||||
|
(native-inputs
|
||||||
|
`(("python-nose" ,python-nose)
|
||||||
|
("python-pytest" ,python-pytest)))
|
||||||
(home-page "https://ipython.org")
|
(home-page "https://ipython.org")
|
||||||
(synopsis "IPython HTML widgets for Jupyter")
|
(synopsis "IPython HTML widgets for Jupyter")
|
||||||
(description "Ipywidgets are interactive HTML widgets for Jupyter
|
(description "Ipywidgets are interactive HTML widgets for Jupyter
|
||||||
|
|
Loading…
Reference in a new issue