guix-commits
[Top][All Lists]
Advanced

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

10/21: gnu: python-annoy: Disable tests.


From: guix-commits
Subject: 10/21: gnu: python-annoy: Disable tests.
Date: Sun, 9 Jan 2022 08:42:03 -0500 (EST)

lbraun pushed a commit to branch wip-python-pep517
in repository guix.

commit ede81447d2ac359ded55d4d3cfa3dab0ed561a78
Author: Lars-Dominik Braun <lars@6xq.net>
AuthorDate: Sun Jan 9 10:37:05 2022 +0100

    gnu: python-annoy: Disable tests.
    
    * gnu/packages/python-xyz.scm (python-annoy)[arguments]: Disable tests.
---
 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 3bfedd4418..e4af08722b 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -22926,6 +22926,7 @@ functions that aim to reduce boilerplate when working 
with data.")
         (base32
          "1rxn6snn0r32r07g45hdjhh8aa1xzx6fjrm8g62d8vzp46z7rzrp"))))
     (build-system python-build-system)
+    (arguments `(#:tests? #f)) ; Cannot find C extension.
     (native-inputs
      (list python-nose))
     (home-page "https://github.com/spotify/annoy/";)



reply via email to

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