~ruther/guix-local

fe84590b091cc844a50fa837149469215dd055ed — Sharlatan Hellseher 6 months ago 0b1bb5d
gnu: python-poppy: Fix tests.

* gnu/packages/astronomy.scm (python-poppy)[arguments] <test-flags>:
Avoid "docs/ext/numfig.py".

Change-Id: If0ab442d6e5ab93ef59f602be4fa3cf37ce23422
1 files changed, 2 insertions(+), 1 deletions(-)

M gnu/packages/astronomy.scm
M gnu/packages/astronomy.scm => gnu/packages/astronomy.scm +2 -1
@@ 5997,7 5997,8 @@ Low-Earth Orbit (LEO).")
    (arguments
     (list
      #:test-flags
      #~(list "--numprocesses" (number->string (parallel-job-count)))))
      #~(list "--numprocesses" (number->string (parallel-job-count))
              "--ignore=docs/exts/numfig.py")))
    (native-inputs
     (list python-docutils
           python-pytest