~ruther/guix-local

7589dbc9514db57c20e31949aefca559934ba8d0 — Ricardo Wurmus 1 year, 4 months ago 9992e1e
gnu: python-joblib: Disable one additional test.

* gnu/packages/python-xyz.scm (python-joblib)[arguments]: Disable one more
test.

Change-Id: Id0b99ba3abb37bf49d26434b6719a7f6f77ee00a
1 files changed, 5 insertions(+), 1 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +5 -1
@@ 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))