summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-01-04 20:17:05 +0000
committerRutherther <rutherther@ditigal.xyz>2026-01-25 21:21:36 +0100
commit574ccf4251e6d7e70265abd96a33bdac01667232 (patch)
tree073b83f839f31250995d4a86a441c72ada9c64a7 /gnu
parenteedd7f659308d7edbbfc1d12db01a5301aa54ae9 (diff)
gnu: python-sbpy: Skip one doc test.
* gnu/packages/astronomy.scm (python-sbpy) [arguments] <test-flags>: Skip one test. Change-Id: Ie3c929d9367f596561f67e34f7bebf9024641654 Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/astronomy.scm11
1 files changed, 9 insertions, 2 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 69b6b0535e..abd9193102 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -8531,9 +8531,16 @@ to produce realistic WFI images.")
(build-system pyproject-build-system)
(arguments
(list
- ;; tests: 591 passed, 108 skipped, 309 warnings
+ ;; tests: 590 passed, 108 skipped, 287 warnings
#:test-flags
- #~(list "--numprocesses" (number->string (min 8 (parallel-job-count))))
+ #~(list "--numprocesses" (number->string (min 8 (parallel-job-count)))
+ ;; Unit conversions between flux density and Vega-based
+ ;; magnitudes use the `astropy.units equivalency system
+ ;; <https://docs.astropy.org/en/stable/units/equivalencies.html#unit-equivalencies>`_.
+ ;; sbpy's :func:`~sbpy.units.spectral_density_vega` provides the
+ ;; equivalencies, which astropy would use to convert the units.
+ ;; The function requires a wavelength, frequency, or bandpass:
+ "--deselect=docs/sbpy/units.rst::units.rst")
#:phases
#~(modify-phases %standard-phases
(add-before 'check 'pre-check