mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
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:
parent
619cc0db5d
commit
79b3d9a0fb
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue