mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
4bc25c361a
commit
48c7795a06
1 changed files with 6 additions and 2 deletions
|
@ -2685,8 +2685,12 @@ constraints (i.e., altitude, airmass, moon separation/illumination, etc.)
|
||||||
#~(list "--pyargs" "astropy"
|
#~(list "--pyargs" "astropy"
|
||||||
;; XXX: Tests are not thread save when they are more than 8.
|
;; XXX: Tests are not thread save when they are more than 8.
|
||||||
"--numprocesses" (number->string (min 8 (parallel-job-count)))
|
"--numprocesses" (number->string (min 8 (parallel-job-count)))
|
||||||
|
"-k" (string-append
|
||||||
;; Fails with assert 13 == 1.
|
;; Fails with assert 13 == 1.
|
||||||
"-k" "not test_skip_meta")
|
"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
|
#:phases
|
||||||
#~(modify-phases %standard-phases
|
#~(modify-phases %standard-phases
|
||||||
(add-after 'unpack 'preparations
|
(add-after 'unpack 'preparations
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue