me
/
guix
Archived
1
0
Fork 0

gnu: python-scikit-fuzzy: Disable tests.

* gnu/packages/python-science.scm (python-scikit-fuzzy)[arguments]: Add
 #:tests?.  Remove #:phases.
Marius Bakke 2022-01-12 20:15:09 +01:00
parent 97db2f1302
commit cdd0fcee8c
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 1 additions and 7 deletions

View File

@ -239,13 +239,7 @@ Cython.")
(sha256
(base32 "0bp1n771fj44kdp7a00bcvfwirvv2rc803b7g6yf3va7v0j29c8s"))))
(build-system python-build-system)
(arguments
`(#:phases
(modify-phases %standard-phases
(replace 'check
(lambda _
(invoke "nosetests" "-s" "-v" "skfuzzy")
#t)))))
(arguments '(#:tests? #f)) ;XXX: not compatible with newer numpy.testing
(native-inputs
(list python-nose))
(propagated-inputs