lbraun pushed a commit to branch wip-python-pep517
in repository guix.
commit f67b68d5a8e4138b91bf16d69afc9009f57664ca
Author: Lars-Dominik Braun <[email protected]>
AuthorDate: Sun Jan 16 15:22:02 2022 +0100
gnu: python-lunr: Disable tests.
* gnu/packages/python-xyz.scm (python-lunr)[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 4a7d2ea4a6..5f49d84df0 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -572,6 +572,7 @@ during long operations.")
(sha256
(base32 "106akalywfmnypzkdrhgz4n4740a8xayspybsw59kq06vz8i2qrc"))))
(build-system python-build-system)
+ (arguments `(#:tests? #f)) ; Tests need unavailable test data.
(native-inputs
(list python-mock python-pytest))
(propagated-inputs