[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
12/21: gnu: python-backpack: Disable tests.
From: |
guix-commits |
Subject: |
12/21: gnu: python-backpack: 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 26a1437318021e050cb18cfd04a621e10e0f9399
Author: Lars-Dominik Braun <lars@6xq.net>
AuthorDate: Sun Jan 9 10:44:42 2022 +0100
gnu: python-backpack: Disable tests.
* gnu/packages/python-xyz.scm (python-backpack)[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 e4af08722b..cd93f84399 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -16045,6 +16045,7 @@ YAML-serialized data.")
(base32
"14rq1mvm0jda90lcx9gyyby9dvq4x3js2cmxvd6vl4686ixwyqh1"))))
(build-system python-build-system)
+ (arguments `(#:tests? #f)) ; No tests.
(native-inputs
(list python-pytest python-nose python-toml))
(propagated-inputs
- 05/21: gnu: python-pytest-doctestplus: Add missing build input., (continued)
- 05/21: gnu: python-pytest-doctestplus: Add missing build input., guix-commits, 2022/01/09
- 02/21: gnu: python-threadpoolctl: Add missing build dependency., guix-commits, 2022/01/09
- 07/21: gnu: python-pymol: Convert #:configure-flags and disable tests., guix-commits, 2022/01/09
- 03/21: gnu: python-gphoto2: Disable tests., guix-commits, 2022/01/09
- 08/21: gnu: python-aiosqlite: Add missing build input., guix-commits, 2022/01/09
- 09/21: gnu: python-anndata: Remove custom build phases, disable failing test., guix-commits, 2022/01/09
- 01/21: gnu: Use %python-build-system-module inside #:imported-modules., guix-commits, 2022/01/09
- 18/21: gnu: python-cons: Disable tests., guix-commits, 2022/01/09
- 19/21: gnu: python-cssselect2: Add missing build inputs., guix-commits, 2022/01/09
- 11/21: gnu: python-asyncpg: Disable tests., guix-commits, 2022/01/09
- 12/21: gnu: python-backpack: Disable tests.,
guix-commits <=
- 21/21: gnu: python-cwcwidth: Disable tests., guix-commits, 2022/01/09
- 10/21: gnu: python-annoy: Disable tests., guix-commits, 2022/01/09
- 04/21: gnu: python-asyncmy: Add missing build input., guix-commits, 2022/01/09
- 13/21: gnu: python-bigfloat: Update to 0.4.0., guix-commits, 2022/01/09
- 14/21: gnu: python-bitarray: Disable tests., guix-commits, 2022/01/09
- 15/21: gnu: python-blessed: Remove tox.ini., guix-commits, 2022/01/09
- 16/21: gnu: python-bx-python: Disable tests., guix-commits, 2022/01/09
- 17/21: gnu: python-cloudpickle-testpkg: Disable tests., guix-commits, 2022/01/09
- 20/21: gnu: python-cvxopt: Update to 1.2.7., guix-commits, 2022/01/09