mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: python-ipydatawidgets: Disable more tests and add inputs.
* gnu/packages/jupyter.scm (python-ipydatawidgets)[arguments]: Disable widget tests. [propagated-inputs]: Add python-ipython-genutils; remove python-six. Change-Id: I4e56f11d78880f1d99f59de3d53900f7aefb14ed
This commit is contained in:
parent
0df58994ce
commit
abf1025c09
1 changed files with 11 additions and 2 deletions
|
@ -1115,9 +1115,18 @@ (define-public python-ipydatawidgets
|
|||
"-k" (string-append
|
||||
"not test_dataunion_constricts_widget_data"
|
||||
" and not test_dataunion_widget_change_notified"
|
||||
" and not test_datawidget_creation_blank_comm"))))))))
|
||||
" and not test_datawidget_creation_blank_comm"
|
||||
;; TODO: type object 'Widget' has no attribute '_ipython_display_'
|
||||
" and not test_notification"
|
||||
" and not test_manual_notification"
|
||||
" and not test_sync_segment"
|
||||
" and not test_hold_sync"
|
||||
" and not test_hold_sync_segment"))))))))
|
||||
(propagated-inputs
|
||||
(list python-ipywidgets python-numpy python-six python-traittypes))
|
||||
(list python-ipython-genutils
|
||||
python-ipywidgets
|
||||
python-numpy
|
||||
python-traittypes))
|
||||
(native-inputs
|
||||
(list python-jupyter-packaging
|
||||
python-nbval
|
||||
|
|
Loading…
Reference in a new issue