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:
Ricardo Wurmus 2024-12-17 20:40:10 +01:00
parent 9992e1eb73
commit 7589dbc951
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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))