guix-commits
[Top][All Lists]
Advanced

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

207/223: gnu: python-funsor: Ignore flaky test.


From: guix-commits
Subject: 207/223: gnu: python-funsor: Ignore flaky test.
Date: Mon, 21 Oct 2024 18:23:56 -0400 (EDT)

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

commit 99d9ae87968476965145b66e21f5f76d413cac42
Author: Nicolas Graves <ngraves@ngraves.fr>
AuthorDate: Fri May 10 00:54:12 2024 +0200

    gnu: python-funsor: Ignore flaky test.
    
    * gnu/packages/machine-learning.scm (python-funsor)
      [arguments]<#:test-flags>: Ignore flaky test.
    
    Change-Id: I6b86c6478c89833609b2ac5821b5509acf589fa6
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 gnu/packages/machine-learning.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/machine-learning.scm 
b/gnu/packages/machine-learning.scm
index e2637c4aea..a8782bf8b4 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -196,6 +196,8 @@ family of functions.")
        (sha256
         (base32 "0cgysij0dix0fikyz2x4f8jvaskm5s5a04s07chzaz2dw1fpxdq8"))))
     (build-system pyproject-build-system)
+    (arguments  ; disable flaky test
+     (list #:test-flags '(list "-k" "not test_integrate_variable[x23-i]")))
     (propagated-inputs (list python-makefun python-multipledispatch
                              python-numpy python-opt-einsum
                              python-typing-extensions))



reply via email to

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