gnu: python-wand: Disable two failing tests.

* gnu/packages/python-xyz.scm (python-wand)[arguments]: Disable two tests.

Change-Id: I6739af9c167ba6e827c7660caaa3fd64de574a8f
This commit is contained in:
Ricardo Wurmus 2025-01-17 16:56:18 +01:00
parent da259387c3
commit 6c372c2122
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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