guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 45d303096095fa2516ca6c755d57c6034f66ada3
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Wed Aug 12 00:25:38 2026 +0100

    gnu: python-astroquery: Add python-mocpy.
    
    * gnu/packages/astronomy.scm (python-astroquery):
    [arguments] <#test-flags>: Remove redundant test marker.
    [propagated-inputs]: Add python-mocpy.
    
    Relates-to: guix/guix!10702
---
 gnu/packages/astronomy.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 2fae4e3a51..66c1827d55 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -3756,10 +3756,9 @@ and @code{astropy.coordinates.SkyCoord}.
       ;; Tests are not thread save, see:
       ;; <https://github.com/astropy/astroquery/issues/2968>.
       ;;
-      ;; tests: 1823 passed, 21 skipped, 2047 deselected, 2 xfailed
+      ;; tests: 1833 passed, 11 skipped, 2047 deselected, 2 xfailed
       #:test-flags
       #~(list "--pyargs" "astroquery"
-              "-m" "not remote_data"
               "-k" (string-join
                     ;; E fixture 'tmp_cwd' not found
                     (list "not test_download_cache"
@@ -3793,7 +3792,7 @@ and @code{astropy.coordinates.SkyCoord}.
            ;; [optional]
            python-astropy-healpix
            python-boto3
-           ;; python-mocpy      ;not packaged yet in Guix
+           python-mocpy
            python-regions))
     (home-page "https://astroquery.readthedocs.io/en/latest/index.html";)
     (synopsis "Access online astronomical data resources")

Reply via email to