gnu: python-astropy: Skip one more test.

* gnu/packages/astronomy.scm (python-astropy)[arguments] <test-flags>:
Skip one more test.

Change-Id: I45a6e22463883759f9113ce286f8264b53e37d60
This commit is contained in:
Sharlatan Hellseher 2025-09-18 14:26:31 +01:00
parent 4bc25c361a
commit 48c7795a06
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -2685,8 +2685,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