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:
Sharlatan Hellseher 2025-09-24 23:48:24 +01:00
parent 120437f6b1
commit 1f662f4abf
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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