lbraun pushed a commit to branch wip-python-pep517
in repository guix.
commit a989a0de7986ce659a13e6818f285843d508085f
Author: Lars-Dominik Braun <[email protected]>
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 311c140aae..ce4e990ba8 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -1221,6 +1221,8 @@ for working with bidirectional mappings in Python.")
(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