guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

47/57: gnu: python-joblib: Disable one additional test.


From: guix-commits
Subject: 47/57: gnu: python-joblib: Disable one additional test.
Date: Thu, 19 Dec 2024 06:31:44 -0500 (EST)

rekado pushed a commit to branch python-team
in repository guix.

commit f111c2e672a50fd11c9f516f3aa4b05fd681e0ca
Author: Ricardo Wurmus <rekado@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 528fa4df21..153dda65d7 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -7003,7 +7003,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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]