From cdd0fcee8c8735ea019d5a52d63a3200e379cb04 Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Wed, 12 Jan 2022 20:15:09 +0100 Subject: gnu: python-scikit-fuzzy: Disable tests. * gnu/packages/python-science.scm (python-scikit-fuzzy)[arguments]: Add #:tests?. Remove #:phases. --- gnu/packages/python-science.scm | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'gnu/packages') diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index 4e7690df7a..1ecd4fbc7a 100644 --- a/gnu/packages/python-science.scm +++ b/gnu/packages/python-science.scm @@ -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 -- cgit v1.2.3