From 2679d9a41903ada9186f593159347cf31c8e4a6e Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Wed, 30 Oct 2019 12:38:11 +0200 Subject: [PATCH] gnu: python-whoosh: Skip test suite. * gnu/packages/python-xyz.scm (python-whoosh)[arguments]: Disable the test suite. --- gnu/packages/python-xyz.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 2617f316d9..6392032d6e 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -9564,6 +9564,7 @@ (define-public python-whoosh (base32 "10qsqdjpbc85fykc1vgcs8xwbgn4l2l52c8d83xf1q59pwyn79bw")))) (build-system python-build-system) + (arguments '(#:tests? #f)) ; Test invocation is no longer supported by Python. (native-inputs `(("python-pytest" ,python-pytest))) (home-page "https://bitbucket.org/mchaput/whoosh")