mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: python-scikit-image: Disable test_ellipse_parameter_stability.
As it's flaky, see https://github.com/scikit-image/scikit-image/issues/7061 * gnu/packages/python-science.scm (python-scikit-image)[arguments]: Add #:test-flags. Change-Id: Ic1fc301eb0fad5330c34780ce096c446c1076824
This commit is contained in:
parent
77771036f0
commit
a4a45669c7
1 changed files with 2 additions and 0 deletions
|
@ -473,6 +473,8 @@ (define-public python-scikit-image
|
|||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list
|
||||
;; Disable flaky test
|
||||
#:test-flags #~(list "-k" "not test_ellipse_parameter_stability")
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(add-before 'build 'change-home-dir
|
||||
|
|
Loading…
Reference in a new issue