~ruther/guix-local

0f44e4fe25afbce47a8defc17a92b849f5a17f12 — Sharlatan Hellseher 2 years ago 4cef9cb
gnu: python-sunpy: Enable more tests.

* gnu/packages/astronomy.scm (python-sunpy): Enable tests detecting
python-cdflib metadata. Update annotation for still disabled tests.

Signed-off-by: Christopher Baines <mail@cbaines.net>
1 files changed, 3 insertions(+), 4 deletions(-)

M gnu/packages/astronomy.scm
M gnu/packages/astronomy.scm => gnu/packages/astronomy.scm +3 -4
@@ 2252,11 2252,10 @@ orbits described in TLE files.")
      #:test-flags
      #~(list "-k" (string-append
                    ;; XXX: Failed: DID NOT RAISE <class 'ModuleNotFoundError'>
                    ;; It struggles to find python-opencsv package info with
                    ;; 'importlib.metadata'
                    "not test_main_nonexisting_module"
                    " and not test_main_stdlib_module"
                    ;; XXX: packaging.version.InvalidVersion: Invalid version: 'unknown'
                    " and not test_read_cdf"
                    " and not test_read_empty_cdf"))
                    " and not test_main_stdlib_module"))
      #:phases
      #~(modify-phases %standard-phases
          (add-before 'install 'writable-compiler