rekado pushed a commit to branch python-team in repository guix. commit 2b7a149ea01e787690108284dfb1c228a02a2a21 Author: Ricardo Wurmus <rek...@elephly.net> AuthorDate: Tue Dec 17 20:40:10 2024 +0100
gnu: python-joblib: Disable one additional test. * gnu/packages/python-xyz.scm (python-joblib)[arguments]: Disable one more test. Change-Id: Id0b99ba3abb37bf49d26434b6719a7f6f77ee00a --- gnu/packages/python-xyz.scm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 601b5f65e1..b26b1292c9 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -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))