guix_mirror_bot pushed a commit to branch astro-update
in repository guix.

commit a638395d2d21f03d02943d08fc543b22e02fa6d7
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Sep 15 18:34:56 2026 +0100

    gnu: python-crds: Update to 14.0.0.
    
    * gnu/packages/astronomy.scm (python-crds): Update to 14.0.0.
    [arguments] <test-flags>: Ignore tests file requiring setting up access
    to CRDS data server.
---
 gnu/packages/astronomy.scm | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index ccb780832d9..fdb4a650ad9 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -4836,7 +4836,7 @@ Spectrograph}.")
 (define-public python-crds
   (package
     (name "python-crds")
-    (version "13.2.8")
+    (version "14.0.0")
     (source
      (origin
        (method git-fetch)
@@ -4845,20 +4845,21 @@ Spectrograph}.")
               (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1hfabffdn4idqn6ki4bn2cla6asz3ap10j4vl858318hmmipygpl"))))
+        (base32 "1xy4111ysk3h3wigmfh39q2h98ds5r3lh20m7d6zb0hkld4gkm9d"))))
     (build-system pyproject-build-system)
     (arguments
      (list
-      ;; tests: 106 passed, 539 deselected, 1 warning
+      ;; tests: 100 passed, 543 deselected
       #:test-flags
       ;; XXX: Tests require a complex set up and test data, try to run some
       ;; minimal portion of unit tests to persist package compatibility during
       ;; updates, see:
       ;; <https://github.com/spacetelescope/crds/blob/13.1.1/TESTING>.
       #~(list "-m" (string-join
-                    (list "not bestrefs" "cmdline" "jwst" "hst" "rmap" "roman"
+                    (list "not bestrefs" "cmdline" "core" "jwst" "hst" "rmap" 
"roman"
                           "special" "synphot")
-                    " and not "))))
+                    " and not ")
+              "--ignore=test/core/test_locking.py")))
     (native-inputs
      (list python-mock
            python-moto

Reply via email to