guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: python-whoosh: Skip test suite.


From: guix-commits
Subject: 01/01: gnu: python-whoosh: Skip test suite.
Date: Wed, 30 Oct 2019 06:38:31 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 2679d9a41903ada9186f593159347cf31c8e4a6e
Author: Efraim Flashner <address@hidden>
Date:   Wed Oct 30 12:38:11 2019 +0200

    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 2617f31..6392032 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -9564,6 +9564,7 @@ useful for solving the Assignment Problem.")
         (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";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]