guix-commits
[Top][All Lists]
Advanced

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

128/150: gnu: python-bitarray: Disable tests.


From: guix-commits
Subject: 128/150: gnu: python-bitarray: Disable tests.
Date: Sun, 24 Apr 2022 05:12:40 -0400 (EDT)

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

commit 2942a5c70cf95060321ea0132ed1d594f35ae0ae
Author: Lars-Dominik Braun <lars@6xq.net>
AuthorDate: Sun Jan 9 10:52:54 2022 +0100

    gnu: python-bitarray: Disable tests.
    
    * gnu/packages/python-xyz.scm (python-bitarray)[arguments]: Disable tests.
    [native-inputs]: Add python-pytest.
---
 gnu/packages/python-xyz.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 57cc99a127..2cd6e4313d 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -1306,6 +1306,8 @@ and a list of words that are easier to remember for 
humans (the
                (base32
                 "177fj6wbw5jln54wpp6plcqy2329wjkwqwvgz7022rrg3xfrq49g"))))
     (build-system python-build-system)
+    (arguments `(#:tests? #f)) ; Cannot find C extension.
+    (native-inputs (list python-pytest))
     (home-page "https://github.com/ilanschnell/bitarray";)
     (synopsis "Efficient arrays of booleans")
     (description "This package provides an object type which efficiently



reply via email to

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