summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-08-21 14:26:30 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-09-01 20:04:51 +0100
commitf958c22f8f951da24d5742b1d5bf4d107e261f05 (patch)
tree63f3a8200dd7e1424673f79bd7d9c94f40233bbf /gnu
parenta9fa78c9c1ca0b85a99c5a5313f164a44de6af86 (diff)
gnu: python-swiftsimsoap: Update to 1.0.0-3.15e5299.
* gnu/packages/astronomy.scm (python-swiftsimsoap): Update to 15e5299ae48cf095c35653f3f450e71b22328089 commit. [arguments] <#:test-flags>: Remove deselected tests, passing. Relates-to: guix/guix!10702
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/astronomy.scm13
1 files changed, 4 insertions, 9 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index d2fde3008b7..8e2e96a342e 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -12712,8 +12712,8 @@ in @code{SWIFT} snapshots to enable efficient reading of sub-regions.")
12712 (name "python-swiftsimsoap") 12712 (name "python-swiftsimsoap")
12713 ;; There is not correct version tag or PyPI release, use the latest commit 12713 ;; There is not correct version tag or PyPI release, use the latest commit
12714 ;; from master HEAD. 12714 ;; from master HEAD.
12715 (properties '((commit . "9ff3902ccb7fed00819c1e5bb4d95123f6e42208") 12715 (properties '((commit . "15e5299ae48cf095c35653f3f450e71b22328089")
12716 (revision . "2"))) 12716 (revision . "3")))
12717 (version (git-version "1.0.0" 12717 (version (git-version "1.0.0"
12718 (assoc-ref properties 'revision) 12718 (assoc-ref properties 'revision)
12719 (assoc-ref properties 'commit))) 12719 (assoc-ref properties 'commit)))
@@ -12725,19 +12725,14 @@ in @code{SWIFT} snapshots to enable efficient reading of sub-regions.")
12725 (commit (assoc-ref properties 'commit)))) 12725 (commit (assoc-ref properties 'commit))))
12726 (file-name (git-file-name name version)) 12726 (file-name (git-file-name name version))
12727 (sha256 12727 (sha256
12728 (base32 "1kxsz1qm4gq18yzmqlm1bfmf6ry4br2b4cwvanib4pjx7wxa26b9")))) 12728 (base32 "1lnhv5zl7xa8irbkf6q4491lq0h5rfrrlr2fgyxskr5z0ns91x76"))))
12729 (build-system pyproject-build-system) 12729 (build-system pyproject-build-system)
12730 (arguments 12730 (arguments
12731 (list 12731 (list
12732 #:test-flags 12732 #:test-flags
12733 ;; Tests need wget, potentially to download remove data. 12733 ;; Tests need wget, potentially to download remove data.
12734 #~(list "--ignore=tests/test_read_vr.py" 12734 #~(list "--ignore=tests/test_read_vr.py"
12735 "--ignore=tests/test_subhalo_rank.py" 12735 "--ignore=tests/test_subhalo_rank.py")))
12736 ;; KeyError: 'BirthHaloCatalogueIndex'
12737 (string-append "--deselect=tests/test_aperture_properties.py"
12738 "::test_aperture_properties")
12739 (string-append "--deselect=tests/test_subhalo_properties.py"
12740 "::test_subhalo_properties"))))
12741 (native-inputs 12736 (native-inputs
12742 (list python-pytest 12737 (list python-pytest
12743 python-setuptools)) 12738 python-setuptools))