gnu: sbcl-numcl: Disable tests.

* gnu/packages/lisp-xyz.scm (sbcl-numcl)[arguments]: Disable tests.
This commit is contained in:
Guillaume Le Vaillant 2021-05-07 13:50:14 +02:00
parent 440217b1e5
commit 17e0f8255c
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -10006,7 +10006,10 @@ (define-public sbcl-numcl
(build-system asdf-build-system/sbcl)
(arguments
`(#:test-asd-file "numcl.test.asd"
#:asd-files '("numcl.asd")))
#:asd-files '("numcl.asd")
;; Tests often fail because they require a dynamic-space-size much
;; bigger than the default one. Disable them for now.
#:tests? #f))
(native-inputs
`(("fiveam" ,sbcl-fiveam)))
(inputs