rekado pushed a commit to branch master
in repository guix.

commit 6c372c2122ac49866ca2ccf0423429f1dc1705fb
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Fri Jan 17 16:56:18 2025 +0100

    gnu: python-wand: Disable two failing tests.
    
    * gnu/packages/python-xyz.scm (python-wand)[arguments]: Disable two tests.
    
    Change-Id: I6739af9c167ba6e827c7660caaa3fd64de574a8f
---
 gnu/packages/python-xyz.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 221407594b..ccd3d8bd01 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -3686,6 +3686,9 @@ conventions and aliases in the same expression.")
     (build-system pyproject-build-system)
     (arguments
      (list
+      #:test-flags
+      ;; These two tests fail even though the signatures are identical.
+      '(list "-k" "not fourier_transform")
       #:phases
       #~(modify-phases %standard-phases
           (add-after 'unpack 'hardcode-lib-path

Reply via email to