summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-10-16 15:48:23 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-10-30 18:34:52 +0000
commitd50a5cf753f87522d6ec6f8633d40ce69f93d88a (patch)
tree5cf314b42f03d5b75b348062a72d5b4766a8821c
parentafdad80e7d34a5c67da8ea53fb3659cd9a896954 (diff)
gnu: python-pysm3: Update to 3.4.3.
* gnu/packages/astronomy.scm (python-pysm3): Update to 3.4.3. [arguments] <test-flags>: Skip 3 more tests. Change-Id: I51e14d33953cd84f874bf5d5357e70f6fac57b0c
-rw-r--r--gnu/packages/astronomy.scm19
1 files changed, 13 insertions, 6 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 03220e600b8..c41d4a30440 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -6886,23 +6886,27 @@ natively in Siril.")
(define-public python-pysm3
(package
(name "python-pysm3")
- (version "3.4.2")
+ (version "3.4.3")
(source
(origin
- (method git-fetch) ; no tests data in the PyPI tarball
+ (method git-fetch)
(uri (git-reference
(url "https://github.com/galsci/pysm")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "0r8njxss389hqz1nxixamhclays6blyrq7qnrzs2776w9c0cv6vb"))))
+ (base32 "1qi01g71m0biqchdy1v7sk54kg1w3s75qfbf2s50ifsmprajjs5r"))))
(build-system pyproject-build-system)
(arguments
(list
+ ;; tests: 44 passed, 2 skipped, 97 deselected, 3 warnings
#:test-flags
- ;; Tests requiring additional FITS files.
- ;; <https://healpy.github.io/healpy-data>
- ;; <https://portal.nersc.gov/project/cmb/pysm-data>
+ ;; XXX: Tests requiring additional FITS files, check if they may be
+ ;; packages:
+ ;; - <http://www.astropy.org/astropy-data>
+ ;; - <https://github.com/healpy/healpy-data>
+ ;; - <https://healpy.github.io/healpy-data>
+ ;; - <https://portal.nersc.gov/project/cmb/pysm-data>
#~(list "-k" (string-join
(list "not test_bandpass_unit_conversion"
"test_bandpass_unit_conversion_CMB2MJysr"
@@ -6924,7 +6928,10 @@ natively in Siril.")
"test_highfreq_dust_model"
"test_model"
"test_model_d12"
+ "test_no_quadrupole"
"test_presmoothed"
+ "test_print_quadrupole_amplitudes"
+ "test_quadrupole_corrected_freqs"
"test_read_map_unit"
"test_read_map_unit_dimensionless"
"test_s6_vs_s5"