guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 693f7563c3a8129328dad8aa57556d8ead2d8713
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sat Dec 20 09:04:16 2025 +0000

    gnu: python-pysiaf: Update to 0.25.0.
    
    * gnu/packages/astronomy.scm (python-pysiaf): Update to 0.25.0.
    [arguments] <test-flags>: Run tests in a single thread, they are not too
    many.
    [native-inputs]: Remove python-pytest-xdist and python-wheel.
    
    Change-Id: Ia874e6cd6c0e76e6cba6dfc03d79ac634b0f7665
---
 gnu/packages/astronomy.scm | 16 +++++++---------
 1 file changed, 7 insertions(+), 9 deletions(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 07a9185d80..239df49e1f 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -7559,28 +7559,26 @@ user provided data sets.")
 (define-public python-pysiaf
   (package
     (name "python-pysiaf")
-    (version "0.24.1")
+    (version "0.25.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "pysiaf" version))
        (sha256
-        (base32 "0jgs50jmisv7b7am677q2c3kqjk0fch8gpvijzhdllhkav9wdhs0"))))
+        (base32 "17r06dzx8r12llrhjlp23mmdb5bw4ydmnswdzyincvsz1gc55f9r"))))
     (build-system pyproject-build-system)
     (arguments
      (list
+      ;; tests: 32 passed, 2 deselected
       #:test-flags
-      #~(list "--numprocesses" (number->string (parallel-job-count))
-              ;; Disable 2 failing tests, see
-              ;; <https://github.com/spacetelescope/pysiaf/issues/338>
-              "-k" (string-append "not test_write_jwst_siaf_xlsx"
+      ;; Disable 2 failing tests, see
+      ;; <https://github.com/spacetelescope/pysiaf/issues/338>
+      #~(list "-k" (string-append "not test_write_jwst_siaf_xlsx"
                                   " and not test_write_jwst_siaf_xml" ))))
     (native-inputs
      (list python-pytest
-           python-pytest-xdist
            python-setuptools
-           python-setuptools-scm
-           python-wheel))
+           python-setuptools-scm))
     (propagated-inputs
      (list python-astropy
            python-lxml

Reply via email to