~ruther/guix-local

d50a5cf753f87522d6ec6f8633d40ce69f93d88a — Sharlatan Hellseher 5 months ago afdad80
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
1 files changed, 13 insertions(+), 6 deletions(-)

M gnu/packages/astronomy.scm
M gnu/packages/astronomy.scm => gnu/packages/astronomy.scm +13 -6
@@ 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"