summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2025-01-17 16:56:18 +0100
committerRicardo Wurmus <rekado@elephly.net>2025-01-20 21:38:03 +0100
commit6c372c2122ac49866ca2ccf0423429f1dc1705fb (patch)
tree2ebab75c35b049321642baff9decdf3f30b821b8 /gnu/packages/python-xyz.scm
parentda259387c31551cd50d07c046a667602f09b7888 (diff)
gnu: python-wand: Disable two failing tests.
* gnu/packages/python-xyz.scm (python-wand)[arguments]: Disable two tests. Change-Id: I6739af9c167ba6e827c7660caaa3fd64de574a8f
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm3
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 221407594ba..ccd3d8bd01f 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