summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-08-20 13:50:20 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-09-01 20:04:49 +0100
commit7bb8166dbf066c4beaa462631cd5b494f8bbffde (patch)
treeddc936b6b065d579038e23eea804d9aa45bcb449
parentb4ea6ebbf70274579c6dd4111945987a32be7aa9 (diff)
gnu: python-pint-pulsar: Update to 1.1.6.
* gnu/packages/astronomy.scm (python-pint-pulsar): Update to 1.1.6. [arguments] <#:test-flags>: Skip 3 more tests. Relates-to: guix/guix!10702
-rw-r--r--gnu/packages/astronomy.scm27
1 files changed, 15 insertions, 12 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index a4fc905600d..c884632e120 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -8297,33 +8297,36 @@ astronomical sources.")
8297(define-public python-pint-pulsar 8297(define-public python-pint-pulsar
8298 (package 8298 (package
8299 (name "python-pint-pulsar") 8299 (name "python-pint-pulsar")
8300 (version "1.1.5") 8300 (version "1.1.6")
8301 (source 8301 (source
8302 (origin 8302 (origin
8303 (method git-fetch) 8303 (method git-fetch)
8304 (uri (git-reference 8304 (uri (git-reference
8305 (url "https://github.com/nanograv/PINT") 8305 (url "https://github.com/nanograv/PINT")
8306 (commit version))) 8306 (commit version)))
8307 (file-name (git-file-name name version)) 8307 (file-name (git-file-name name version))
8308 (sha256 8308 (sha256
8309 (base32 "1ypwhh0s821q21j4n5iv4102pxmhq68a28z610z88c99cdbrh90v")))) 8309 (base32 "16lmibf2sim9qcqq908x88jsfjq2vm47j119css863b9nx8xsxas"))))
8310 (build-system pyproject-build-system) 8310 (build-system pyproject-build-system)
8311 (arguments 8311 (arguments
8312 (list 8312 (list
8313 ;; tests: 778 passed, 17 skipped, 10 deselected, 11 xfailed, 1 xpassed, 8313 ;; tests: 790 passed, 17 skipped, 13 deselected, 11 xfailed, 1 xpassed,
8314 ;; 722 warnings 8314 ;; 710 warnings
8315 #:test-flags 8315 #:test-flags
8316 #~(list "-k" (string-join 8316 #~(list "-k" (string-join
8317 ;; Tests failing with assertion on not correct precision 8317 ;; Tests failing with assertion on not correct precision
8318 ;; or missing data files. 8318 ;; or missing data files.
8319 (list "not test_astropy_observatory" 8319 (list "not test_IERS_B_builtin_agree_with_IERS_Auto_dX"
8320 "test_copy_wideband_fitter_object"
8321 "test_IERS_B_builtin_agree_with_IERS_Auto_dX"
8322 "test_astropy_observatory" 8320 "test_astropy_observatory"
8323 "test_time_construction_jds_exact[tdb]" 8321 "test_astropy_observatory"
8324 "test_copy_toa_object" 8322 "test_copy_fitter_object"
8325 "test_copy_residuals" 8323 "test_copy_residuals"
8326 "test_copy_fitter_object") 8324 "test_copy_toa_object"
8325 "test_copy_wideband_fitter_object"
8326 "test_ssb_cache_adjust"
8327 "test_ssb_cache_clkcorr"
8328 "test_ssb_cache_merge"
8329 "test_time_construction_jds_exact[tdb]")
8327 " and not ") 8330 " and not ")
8328 ;; XXX: The most of the tests require additional data, select 8331 ;; XXX: The most of the tests require additional data, select
8329 ;; files where they may run without it and check how to enable 8332 ;; files where they may run without it and check how to enable