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>
This commit is contained in:
Nicolas Graves 2025-12-26 11:34:20 +01:00 committed by Sharlatan Hellseher
parent 619cc0db5d
commit 79b3d9a0fb
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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