~ruther/guix-local

b335f071f9eb6e3675981c12575a5924bdff01e8 — Sharlatan Hellseher 10 months ago 2b7cbed
gnu: python-asdf-astropy: Skip some example tests.

* gnu/packages/astronomy.scm (python-asdf-astropy) [arguments]
<test-flags>: Skip 8 example tests.

Change-Id: I41573eef52d6c9b305d50b6e5349531cf801e9d9
1 files changed, 14 insertions(+), 1 deletions(-)

M gnu/packages/astronomy.scm
M gnu/packages/astronomy.scm => gnu/packages/astronomy.scm +14 -1
@@ 1872,8 1872,21 @@ implementation of the ASDF Standard.")
    (build-system pyproject-build-system)
    (arguments
     (list
      ;; tests: 4419 passed, 1 skipped
      #:test-flags
      #~(list "--numprocesses" (number->string (parallel-job-count)))
      #~(list "--numprocesses" (number->string (parallel-job-count))
              "-k" (string-join
                    ;; AttributeError: 'AsdfFile' object has no attribute
                    ;; '_open_impl'
                    (list "not test_legacy_icrs_deseialize"
                          "test_read_examples[example0]"
                          "test_read_examples[example1]"
                          "test_read_examples[example2]"
                          "test_read_examples[example3]"
                          "test_read_examples[example4]"
                          "test_read_examples[example5]"
                          "test_read_examples[example6]")
                    " and not "))
      #:phases
      #~(modify-phases %standard-phases
          (add-before 'check 'set-home-env