guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

36/46: gnu: python-spectral-cube: Speed up tests.


From: guix-commits
Subject: 36/46: gnu: python-spectral-cube: Speed up tests.
Date: Tue, 27 Feb 2024 17:55:20 -0500 (EST)

sharlatan pushed a commit to branch master
in repository guix.

commit 6b0551a6bb890fd64490c933b697fc4ff321f3de
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sat Jan 27 21:39:22 2024 +0000

    gnu: python-spectral-cube: Speed up tests.
    
    * gnu/packages/astronomy.scm (python-spectral-cube): Enable parallel
    tests to speed them up.
    [arguments] <#:test-flags>: Add it with "-n" option.
    [propagated-inputs]: Remove python-aplpy.
    [native-inputs]: Add python-pytest-xdist.
    
    Change-Id: Icd5afb95ea64406a2f61e4d395bfe503c668cf12
---
 gnu/packages/astronomy.scm | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 6a9c7e3183..69b2af63d7 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -2730,9 +2730,17 @@ elevation, solar azimuth, rahukaalam, and the phases of 
the moon.")
        (sha256
         (base32 "0cqxgmk46gv2qa2kls8fph105lgwbwf13hvizh6w85mzgypyp740"))))
     (build-system pyproject-build-system)
+    (arguments
+     (list
+      #:test-flags
+      #~(list "-n" "auto")))
     (propagated-inputs
      (list python-astropy
-           python-aplpy
+           ;; XXX: Currently failing in upstream as it's optional silent
+           ;; until a new version is released, see:
+           ;; <https://github.com/aplpy/aplpy/issues/492>.
+           ;;
+           ;; python-aplpy
            python-casa-formats-io
            python-dask
            python-distributed
@@ -2752,6 +2760,7 @@ elevation, solar azimuth, rahukaalam, and the phases of 
the moon.")
            ;; in [noviz] option.
            ;; python-pvextractor
            python-pytest-astropy
+           python-pytest-xdist
            python-regions
            python-semantic-version
            python-setuptools-scm))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]