mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-poppy: Fix tests.
* gnu/packages/astronomy.scm (python-poppy)[arguments] <test-flags>: Avoid "docs/ext/numfig.py". Change-Id: If0ab442d6e5ab93ef59f602be4fa3cf37ce23422
This commit is contained in:
parent
120437f6b1
commit
1f662f4abf
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue