summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2025-12-26 11:34:20 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-12-27 20:13:59 +0000
commit79b3d9a0fb0e67b8c43fd17a0789ae1b30bd0dcb (patch)
tree943908ace946f02f723130744a5b9c475f8ae4ab /gnu
parent619cc0db5d70a5710dcd65b34fe28be03545cf25 (diff)
gnu: python-glue-core: Skip flaky test.
This test is failing in the CI with a message about speed of example generation. I can run it on my system just fine. * gnu/packages/astronomy.scm (python-glue-core)[arguments] <#:test-flags>: Skip flaky test. Change-Id: I4af5279c356ff66f26287f533c0e68f95b700950 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/astronomy.scm3
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 66ccb0a080f..b75cf7c2f93 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -5043,6 +5043,9 @@ astronomy-specific functionality")
(sha256
(base32 "062l4bhh1dvsazrlnjc4kr3qj9g3s8qmcs0kqb1libiimy6rdbkk"))))
(build-system pyproject-build-system)
+ (arguments
+ ;; XXX: This test is flaky, it can fail if the CI system is slow.
+ (list #:test-flags #~(list "-k" "not test_combine_slices_hypot")))
(native-inputs
(list python-pytest
python-pytest-mpl