mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
da259387c3
commit
6c372c2122
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue