[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
88/150: gnu: python-cairocffi: Disable tests.
From: |
guix-commits |
Subject: |
88/150: gnu: python-cairocffi: Disable tests. |
Date: |
Sun, 24 Apr 2022 05:12:27 -0400 (EDT) |
lbraun pushed a commit to branch wip-python-pep517
in repository guix.
commit 2af7b5766769eb5ca7d48ca33e6bc7da570b4092
Author: Lars-Dominik Braun <lars@6xq.net>
AuthorDate: Sat Jan 1 12:07:16 2022 +0100
gnu: python-cairocffi: Disable tests.
* gnu/packages/python-xyz.scm (python-cairocffi)[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 ef6fc2a05f..f1ec8ea94b 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -7787,7 +7787,8 @@ support for Python 3 and PyPy. It is based on cffi.")
(propagated-inputs
(list python-xcffib)) ; used at run time
(arguments
- `(#:phases
+ `(#:tests? #f ; C modules cannot be imported.
+ #:phases
(modify-phases %standard-phases
(add-after 'unpack 'patch-paths
(lambda* (#:key inputs #:allow-other-keys)
- 40/150: gnu: duplicity: Remove obsolete test target., (continued)
- 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
- 84/150: gnu: python-eliot: Remove redundant input., guix-commits, 2022/04/24
- 88/150: gnu: python-cairocffi: Disable tests.,
guix-commits <=
- 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, 2022/04/24
- 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