guix_mirror_bot pushed a commit to branch master
in repository guix.
commit d50a5cf753f87522d6ec6f8633d40ce69f93d88a
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Oct 16 15:48:23 2025 +0100
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
---
gnu/packages/astronomy.scm | 19 +++++++++++++------
1 file changed, 13 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 03220e600b..c41d4a3044 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"