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

commit 8fdecbb1701fc0340a9c017a1e36ac2bf06bf993
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sat Nov 15 14:51:15 2025 +0000

    gnu: python-roman-datamodels: Update to 0.28.1.
    
    * gnu/packages/astronomy.scm (python-roman-datamodels): Update to 0.28.1.
    [arguments] <test-flags>: Limit parallel tests up to 8 threads.
    [native-inputs]: Remove python-pytest-env.
    
    Change-Id: I982d8347305e858ce7075adb12060694a4e34f84
---
 gnu/packages/astronomy.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index a7e6b311c6..7624adde3c 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -7903,19 +7903,19 @@ changing the pixel resolution, orientation, coordinate 
system.")
 (define-public python-roman-datamodels
   (package
     (name "python-roman-datamodels")
-    (version "0.28.0")
+    (version "0.28.1")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "roman_datamodels" version))
        (sha256
-        (base32 "0wfd3ggi23dd98qj3ks7fxr4dc01h2yrb082b51fdfasaaf29ws1"))))
+        (base32 "0j5y6d4zz1zyfwp05iwlvn0708hsh7phvp2j3zpi9pczljp78aw0"))))
     (build-system pyproject-build-system)
     (arguments
      (list
       ;; tests: 4618 passed, 1 skipped, 11 xfailed
       #:test-flags
-      #~(list "--numprocesses" (number->string (parallel-job-count)))
+      #~(list "--numprocesses" (number->string (min 8 (parallel-job-count))))
       #:phases
       #~(modify-phases %standard-phases
           (add-after 'unpack 'set-env
@@ -7925,7 +7925,6 @@ changing the pixel resolution, orientation, coordinate 
system.")
      (list python-pandas
            python-pytest
            python-pytest-doctestplus
-           python-pytest-env
            python-pytest-xdist
            python-setuptools
            python-setuptools-scm))

Reply via email to