summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGhislain Vaillant <ghislain.vaillant@inria.fr>2026-08-21 14:50:52 +0200
committerGhislain Vaillant <ghislain.vaillant@inria.fr>2026-08-23 08:19:05 +0200
commit46c2c9dd697a0354c5dad5ad3c6e4c6b5019f057 (patch)
tree9cfc917f52efd0058c6dec77eddb65cd6ee95eef
parent4a1b1285da0f8e487dfbdec69053d2f926ecc976 (diff)
python-xyz: python-transforms3d: Fix build.
* guix-science/packages/python-xyz.scm (python-transforms3d) [arguments]<#:test-flags>: Ignore more flaky tests.
-rw-r--r--guix-science/packages/python-xyz.scm8
1 files changed, 5 insertions, 3 deletions
diff --git a/guix-science/packages/python-xyz.scm b/guix-science/packages/python-xyz.scm
index 571aaf8..b0f7ffa 100644
--- a/guix-science/packages/python-xyz.scm
+++ b/guix-science/packages/python-xyz.scm
@@ -1587,9 +1587,11 @@ back-end (Qt or Wx) take care of the details of displaying them.")
1587 (list 1587 (list
1588 #:test-flags 1588 #:test-flags
1589 #~(list 1589 #~(list
1590 ;; Raises AssertionError due to flakiness. 1590 ;; flaky
1591 (string-join (list "--deselect=transforms3d/tests/test_utils.py" 1591 (string-append "--deselect=transforms3d/tests/test_utils.py"
1592 "test_random_unit_vector") "::")))) 1592 "::test_random_unit_vector")
1593 (string-append "--deselect=transforms3d/tests/test_zooms_shears.py"
1594 "::test_aff2sadn"))))
1593 (propagated-inputs (list python-numpy python-sympy)) 1595 (propagated-inputs (list python-numpy python-sympy))
1594 (native-inputs (list python-pytest python-scipy python-setuptools 1596 (native-inputs (list python-pytest python-scipy python-setuptools
1595 python-versioneer)) 1597 python-versioneer))