~ruther/guix-local

d722e9ef1593da1f5c0ddd35f803b62a1f7720be — Sharlatan Hellseher 1 year, 4 months ago bd5df72
gnu: python-glue-astronomy: Avoid deprecation failure in tests.

* gnu/packages/astronomy.scm (python-glue-astronomy) [arguments]
<test-flags>: Skip one failing test.

Change-Id: I4dd3d3e1d56b75cf8e6479bdeacf2c391d206e9c
1 files changed, 3 insertions(+), 1 deletions(-)

M gnu/packages/astronomy.scm
M gnu/packages/astronomy.scm => gnu/packages/astronomy.scm +3 -1
@@ 3134,7 3134,9 @@ zooming windows, star catalog access, cuts, star pick/FWHM, thumbnails, etc.")
              "--ignore=glue_astronomy/io/spectral_cube/tests/test_spectral_cube.py"
              "--ignore=glue_astronomy/io/spectral_cube/tests/test_spectral_cube.py"
              "--ignore=glue_astronomy/translators/tests/test_trace.py"
              "--ignore=glue_astronomy/translators/tests/test_trace.py")))
              "--ignore=glue_astronomy/translators/tests/test_trace.py"
              ;; This is a Numpy DeprecationWarning, remove it on next update.
              "-k" "not test_spectral_cube_io")))
    (propagated-inputs
     (list python-astropy
           python-glue-core