[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/03: gnu: python-scikit-image: Disable test_ellipse_parameter_stabilit
From: |
guix-commits |
Subject: |
01/03: gnu: python-scikit-image: Disable test_ellipse_parameter_stability. |
Date: |
Sun, 26 May 2024 04:56:22 -0400 (EDT) |
cbaines pushed a commit to branch master
in repository guix.
commit a4a45669c76f80d5126add818df22f42547bb4a2
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Fri May 17 09:00:52 2024 +0100
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
---
gnu/packages/python-science.scm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index ea2b8236d5..2650ac46d6 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -473,6 +473,8 @@ logic, also known as grey logic.")
(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