mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-joblib: Disable one additional test.
* gnu/packages/python-xyz.scm (python-joblib)[arguments]: Disable one more test. Change-Id: Id0b99ba3abb37bf49d26434b6719a7f6f77ee00a
This commit is contained in:
parent
9992e1eb73
commit
7589dbc951
1 changed files with 5 additions and 1 deletions
|
@ -7017,7 +7017,11 @@ bookmarks using a declarative input in the form of a markdown file.")
|
|||
#:test-flags ; disabled to avoid having to depend on ipython/jupyter
|
||||
#~(list
|
||||
"--numprocesses" (number->string (parallel-job-count))
|
||||
"-k" "not test_parallel_call_cached_function_defined_in_jupyter")))
|
||||
"-k"
|
||||
(string-append
|
||||
"not test_parallel_call_cached_function_defined_in_jupyter"
|
||||
;; XXX This test times out.
|
||||
" and not test_no_resource_tracker_on_import"))))
|
||||
(native-inputs
|
||||
(list python-pytest python-pytest-xdist python-setuptools python-wheel))
|
||||
(propagated-inputs (list python-psutil))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue