~ruther/guix-local

79b3d9a0fb0e67b8c43fd17a0789ae1b30bd0dcb — Nicolas Graves 4 months ago 619cc0d
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>
1 files changed, 3 insertions(+), 0 deletions(-)

M gnu/packages/astronomy.scm
M gnu/packages/astronomy.scm => gnu/packages/astronomy.scm +3 -0
@@ 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