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

commit a13fab0a435b9d238f1eec09772d01eb8ba88bc0
Author: Sharlatan Hellseher <sharlata...@gmail.com>
AuthorDate: Thu Sep 18 14:26:31 2025 +0100

    gnu: python-astropy: Skip one more test.
    
    * gnu/packages/astronomy.scm (python-astropy)[arguments] <test-flags>:
    Skip one more test.
    
    Change-Id: I45a6e22463883759f9113ce286f8264b53e37d60
---
 gnu/packages/astronomy.scm | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 80107af4dd..9a75f0ffbd 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -2796,8 +2796,12 @@ constraints (i.e., altitude, airmass, moon 
separation/illumination, etc.)
       #~(list "--pyargs" "astropy"
               ;; XXX: Tests are not thread save when they are more than 8.
               "--numprocesses" (number->string (min 8 (parallel-job-count)))
-              ;; Fails with  assert 13 == 1.
-              "-k" "not test_skip_meta")
+              "-k" (string-append
+                    ;; Fails with  assert 13 == 1.
+                    "not test_skip_meta"
+                    ;; Failed: DID NOT WARN. No warnings of type (<class
+                    ;; 'ResourceWarning'>,) were emitted.
+                    " and not test_ephemeris_local_file_not_ephemeris"))
       #:phases
       #~(modify-phases %standard-phases
           (add-after 'unpack 'preparations

Reply via email to