guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit 64ee709b67785c4a685cbc3dc7669ccb2fb4bdff
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Dec 9 21:12:01 2025 +0000

    gnu: python-astroml: Skip 2 tests.
    
    * gnu/packages/astronomy.scm (python-astroml)[arguments]<test-flags>:
    Skipp 2 more tets.
    [native-inputs]: Remove python-pytest-cov and python-wheel; add
    python-pytest and python-pytest-astropy.
    
    Change-Id: I38df8b11f652713d961d792d36efca25bfd8140b
---
 gnu/packages/astronomy.scm | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index ed3a2bc4ae..ebb2788151 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -2950,7 +2950,9 @@ of functions to execute the desired steps in the 
mock-observing process.")
         "--ignore=astroML/density_estimation/tests/test_hist_binwidth.py"
         ;; Disalbe tests with NumPy, see
         ;; <https://github.com/astroML/astroML/issues/281>.
-        "--ignore=astroML/tests/test_resample.py")
+        "--ignore=astroML/tests/test_resample.py"
+        "-k" (string-append "not 
astroML.density_estimation.empirical.EmpiricalDistribution"
+                            " and not 
astroML.utils.utils.log_multivariate_gaussian"))
       #:phases
       '(modify-phases %standard-phases
          (add-after 'unpack 'patch-build-system
@@ -2977,11 +2979,11 @@ of functions to execute the desired steps in the 
mock-observing process.")
            (lambda _
              (setenv "HOME" "/tmp"))))))
     (native-inputs
-     (list python-pytest-astropy-header
-           python-pytest-cov
+     (list python-pytest
+           python-pytest-astropy
+           python-pytest-astropy-header
            python-pytest-doctestplus
-           python-pytest-remotedata
-           python-wheel))
+           python-pytest-remotedata))
     (propagated-inputs
      (list python-astropy
            python-matplotlib

Reply via email to