mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-notebook: Disable more failing tests.
* gnu/packages/python-xyz.scm (python-notebook): Disable more failing tests. Change-Id: I86cf428533a9b6ea3c3b669db206c8b7378b6bc3
This commit is contained in:
parent
a68c7e4fc6
commit
a8b1af6cbc
1 changed files with 13 additions and 5 deletions
|
@ -18125,11 +18125,19 @@ convert an @code{.ipynb} notebook file into various static formats including:
|
|||
(arguments
|
||||
(list
|
||||
#:test-flags
|
||||
;; TODO: This tests fails because nbconvert does not
|
||||
;; list "python" as a format.
|
||||
'(list "-k" "not test_list_formats"
|
||||
;; These tests require a browser.
|
||||
"--ignore=notebook/tests/selenium")
|
||||
'(list "-k" (string-append
|
||||
;; TODO: This tests fails because nbconvert does not
|
||||
;; list "python" as a format.
|
||||
"not test_list_formats"
|
||||
;; AssertionError: Lists differ:
|
||||
" and not test_disable"
|
||||
" and not test_enable"
|
||||
" and not test_merge_config"
|
||||
" and not test_load_ordered"
|
||||
" and not test_list_running_sock_servers"
|
||||
" and not test_run")
|
||||
;; These tests require a browser.
|
||||
"--ignore=notebook/tests/selenium")
|
||||
#:phases
|
||||
'(modify-phases %standard-phases
|
||||
(add-after 'unpack 'use-our-home-for-tests
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue