[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
91/150: gnu: python-progressbar2: Disable tests.
From: |
guix-commits |
Subject: |
91/150: gnu: python-progressbar2: Disable tests. |
Date: |
Sun, 24 Apr 2022 05:12:28 -0400 (EDT) |
lbraun pushed a commit to branch wip-python-pep517
in repository guix.
commit 676c8ac6d80bf8e4b2d3a34c68da2b23d62833f0
Author: Lars-Dominik Braun <lars@6xq.net>
AuthorDate: Sat Jan 1 15:51:28 2022 +0100
gnu: python-progressbar2: Disable tests.
* gnu/packages/python-xyz.scm (python-progressbar2)[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 f1ec8ea94b..e24dec7dd6 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -14111,6 +14111,7 @@ concurrent.futures package from Python 3.2")
(base32
"0b2v3mim90rmfvixkaniz2qrs650sk230rzgd5zhcjfldmlqgxpc"))))
(build-system python-build-system)
+ (arguments `(#:tests? #f)) ; Import error.
(propagated-inputs
(list python-six python-utils))
(native-inputs
- 49/150: gnu: python-pytest-remotedata: Disable tests., (continued)
- 49/150: gnu: python-pytest-remotedata: Disable tests., guix-commits, 2022/04/24
- 58/150: gnu: python-html5lib: Enable tests., guix-commits, 2022/04/24
- 82/150: gnu: python-yamllint: Remove redundant input., guix-commits, 2022/04/24
- 72/150: gnu: python-pep517: Reset timestamps and add missing build input., guix-commits, 2022/04/24
- 74/150: gnu: python-entrypoints: Fix build and enable tests., guix-commits, 2022/04/24
- 84/150: gnu: python-eliot: Remove redundant input., guix-commits, 2022/04/24
- 88/150: gnu: python-cairocffi: Disable tests., guix-commits, 2022/04/24
- 78/150: gnu: python-apipkg: Disable tests., guix-commits, 2022/04/24
- 80/150: gnu: python-isort: Remove custom build phases., guix-commits, 2022/04/24
- 93/150: gnu: python-dnaio: Disable tests., guix-commits, 2022/04/24
- 91/150: gnu: python-progressbar2: Disable tests.,
guix-commits <=
- 65/150: gnu: scons: Remove obsolete argument., guix-commits, 2022/04/24
- 100/150: gnu: Remove remaining uses of #:test-target for python-build-system., guix-commits, 2022/04/24
- 107/150: gnu: python-capablerobot-usbhub: Build using python-poetry-core., guix-commits, 2022/04/24
- 115/150: gnu: python-clikit: Add missing build input., guix-commits, 2022/04/24
- 109/150: gnu: python-rich: Build using poetry., guix-commits, 2022/04/24
- 112/150: gnu: python-yaspin: Add missing build input., guix-commits, 2022/04/24
- 18/150: gnu: python-multivolumefile: Remove unused inputs., guix-commits, 2022/04/24
- 20/150: gnu: gusb-minimal: Add explicit dependency on setuptools., guix-commits, 2022/04/24
- 30/150: gnu: python-tomlkit: Add missing build system input., guix-commits, 2022/04/24
- 36/150: gnu: python-apsw: Remove custom 'build phase., guix-commits, 2022/04/24