[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
39/150: gnu: python-rencode: Disable tests.
From: |
guix-commits |
Subject: |
39/150: gnu: python-rencode: Disable tests. |
Date: |
Sun, 24 Apr 2022 05:12:20 -0400 (EDT) |
lbraun pushed a commit to branch wip-python-pep517
in repository guix.
commit 788a9803c84e790629c27b11ed0c29c0debdc204
Author: Lars-Dominik Braun <lars@6xq.net>
AuthorDate: Wed Dec 29 10:58:19 2021 +0100
gnu: python-rencode: Disable tests.
They fail.
* gnu/packages/python-xyz.scm (python-rencode)[arguments]: Disable tests.
---
gnu/packages/python-xyz.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 6115317baa..241935b62a 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -20446,7 +20446,8 @@ library.")
"0mzwdq1is7kyyr32i5k4iz6g5xxdvmiyc132jnc60p9m6lnwjrpv"))))
(build-system python-build-system)
(arguments
- `(#:phases
+ `(#:tests? #f
+ #:phases
(modify-phases %standard-phases
(add-before 'check 'delete-bogus-test
;; This test requires /home/aresch/Downloads, which is not provided
by
- 11/150: gnu: pypy: Move to separate module., (continued)
- 11/150: gnu: pypy: Move to separate module., guix-commits, 2022/04/24
- 33/150: gnu: python-pylama: Fix tests., guix-commits, 2022/04/24
- 27/150: gnu: python-crashtest: Build using poetry-core., guix-commits, 2022/04/24
- 25/150: gnu: dblatex: Use custom 'build and 'install phases., guix-commits, 2022/04/24
- 23/150: gnu: python-branca: Disable tests., guix-commits, 2022/04/24
- 16/150: gnu: python-mediafile: Add missing build dependencies., guix-commits, 2022/04/24
- 28/150: gnu: python-lockfile: Add missing nosetests., guix-commits, 2022/04/24
- 14/150: gnu: python-pyzmq: Fix #:configure-flags type., guix-commits, 2022/04/24
- 13/150: gnu: python-confuse: Add missing test inputs., guix-commits, 2022/04/24
- 22/150: gnu: python-funcparserlib: Disable tests., guix-commits, 2022/04/24
- 39/150: gnu: python-rencode: Disable tests.,
guix-commits <=
- 37/150: gnu: python-pycosat: Run tests., guix-commits, 2022/04/24
- 40/150: gnu: duplicity: Remove obsolete test target., guix-commits, 2022/04/24
- 45/150: gnu: epour: Remove old build flag., guix-commits, 2022/04/24
- 62/150: gnu: python-venusian: Remove obsolete argument., guix-commits, 2022/04/24
- 47/150: gnu: Add missing #:use-module., guix-commits, 2022/04/24
- 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