diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-12-21 10:49:14 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-12-30 11:40:45 +0000 |
| commit | 239357dce6ee81a6bca60249639ed5237af09ec1 (patch) | |
| tree | 3e2cf35b1f4a483428899b54126168aa69db4742 /gnu | |
| parent | 0eef0ec633cf9729f548cb4b525e3103580ebcc9 (diff) | |
gnu: python-synphot: Update to 1.6.1.
* gnu/packages/astronomy.scm (python-synphot): Update to 1.6.1.
[arguments] <test-flags>: Switch to ignore warning option instead of
skipping 20 tests.
[native-inputs]: Remove python-wheel.
Change-Id: Ie7a5883c8220f06b380d72b441fb3168d6c309c7
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/astronomy.scm | 24 |
1 files changed, 5 insertions, 19 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 70b14216a0..533d4478ca 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -10274,17 +10274,17 @@ object.") (define-public python-synphot (package (name "python-synphot") - (version "1.6.0") + (version "1.6.1") (source (origin (method url-fetch) (uri (pypi-uri "synphot" version)) (sha256 - (base32 "0vcai5kdfv6286qdyhg58i6f980s028dh5r4fmlhdk872qci574r")))) + (base32 "12rmm1hr1f0bsgqsqsa7bz4lfijsv4fd978cvgw5xk66a3266z7b")))) (build-system pyproject-build-system) (arguments (list - ;; 394 passed, 29 skipped, 12 deselected, 4 xfailed + ;; tests: 406 passed, 29 skipped, 4 xfailed #:test-flags #~(list "--pyargs" "synphot" ;; Not harmful deprecation warning as synphot is compatible with @@ -10292,26 +10292,12 @@ object.") ;; cycle. ;; ;; See: <https://github.com/spacetelescope/synphot_refactor/issues/411>. - "-k" (string-join - (list "not test_from_spectrum1d_Empirical1D_bandpass" - "test_from_spectrum1d_Empirical1D_bandpass_masked" - "test_from_spectrum1d_Empirical1D_source" - "test_from_spectrum1d_Empirical1D_source_masked" - "test_spectrum1d_source" - "test_to_spectrum1d_Const1D" - "test_to_spectrum1d_ConstFlux1D" - "test_to_spectrum1d_Empirical1D_bandpass" - "test_to_spectrum1d_Empirical1D_source" - "test_to_spectrum1d_GaussianFlux1D" - "test_to_spectrum1d_compound_bandpass" - "test_to_spectrum1d_compound_source") - " and not ")))) + "-W" "ignore::astropy.utils.exceptions.AstropyDeprecationWarning"))) (native-inputs (list python-pytest python-pytest-astropy python-setuptools - python-setuptools-scm - python-wheel)) + python-setuptools-scm)) (propagated-inputs (list python-astropy python-dust-extinction |
