[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
145/150: gnu: python-lunr: Disable tests.
From: |
guix-commits |
Subject: |
145/150: gnu: python-lunr: Disable tests. |
Date: |
Sun, 24 Apr 2022 05:12:51 -0400 (EDT) |
lbraun pushed a commit to branch wip-python-pep517
in repository guix.
commit f67b68d5a8e4138b91bf16d69afc9009f57664ca
Author: Lars-Dominik Braun <lars@6xq.net>
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
- 101/150: gnu: python-reportlab: Convert #:configure-flags to alist., (continued)
- 101/150: gnu: python-reportlab: Convert #:configure-flags to alist., guix-commits, 2022/04/24
- 97/150: gnu: Add missing module import., guix-commits, 2022/04/24
- 116/150: gnu: python-threadpoolctl: Add missing build dependency., guix-commits, 2022/04/24
- 122/150: gnu: python-aiosqlite: Add missing build input., guix-commits, 2022/04/24
- 134/150: gnu: python-cwcwidth: Disable tests., guix-commits, 2022/04/24
- 136/150: gnu: python-ilinkedlist: Disable tests., guix-commits, 2022/04/24
- 143/150: gnu: python-libsass: Fix 'sanity-check phase., guix-commits, 2022/04/24
- 137/150: gnu: python-importmagic: Add missing test input., guix-commits, 2022/04/24
- 139/150: gnu: python-jinja2-cli: Disable tests., guix-commits, 2022/04/24
- 140/150: gnu: python-jupyter-packaging: Disable failing tests., guix-commits, 2022/04/24
- 145/150: gnu: python-lunr: Disable tests.,
guix-commits <=
- 146/150: gnu: meson: Match shebang instead of setuptools-specific line., guix-commits, 2022/04/24
- 148/150: gnu: python-parsedatetime: Explicit test-backend., guix-commits, 2022/04/24
- 03/150: python-build-system: Use PEP 517-compatible builds., guix-commits, 2022/04/24
- 17/150: gnu: python-testpath: Remove custom build phases., guix-commits, 2022/04/24
- 09/150: gnu: python-flit: Inherit from python-flit-core., guix-commits, 2022/04/24
- 35/150: gnu: python-urwidtrees: Remove dependency on mock., guix-commits, 2022/04/24
- 52/150: gnu: python-pytest-xvfb: Remove obsolete test target., guix-commits, 2022/04/24
- 50/150: gnu: python-pytest-benchmark: Disable tests., guix-commits, 2022/04/24
- 53/150: gnu: python-pytest-qt: Remove obsolete test target., guix-commits, 2022/04/24
- 51/150: gnu: python-entrypoint2: Remove obsolete test target., guix-commits, 2022/04/24