From 6c372c2122ac49866ca2ccf0423429f1dc1705fb Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Fri, 17 Jan 2025 16:56:18 +0100 Subject: [PATCH] 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 221407594ba2acbc45c9133769f90cbc524d27ba..ccd3d8bd01ff8459d956cc060f04ab3ffe5b24ce 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