[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
83/150: gnu: python-gssapi: Disable tests.
From: |
guix-commits |
Subject: |
83/150: gnu: python-gssapi: Disable tests. |
Date: |
Sun, 24 Apr 2022 05:12:26 -0400 (EDT) |
lbraun pushed a commit to branch wip-python-pep517
in repository guix.
commit f0b5d4a01974f300faf357368386e3a41495f0c4
Author: Lars-Dominik Braun <lars@6xq.net>
AuthorDate: Fri Dec 31 15:29:45 2021 +0100
gnu: python-gssapi: Disable tests.
* gnu/packages/python-xyz.scm (python-gssapi)[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 5bb9d77eeb..6268018ca8 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -25136,6 +25136,7 @@ tests.")
(base32
"1j2idrbrbczykzlb56q1bn0ivc9c0rjjljpk4yz86xn3gxfkpv8n"))))
(build-system python-build-system)
+ (arguments `(#:tests? #f)) ; Fails to find C extensions.
(propagated-inputs
(list python-decorator python-six))
(inputs
- 09/150: gnu: python-flit: Inherit from python-flit-core., (continued)
- 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
- 57/150: gnu: python-argon2-cffi: Do not override 'build., guix-commits, 2022/04/24
- 69/150: gnu: python-three-merge: Remove obsolete argument., guix-commits, 2022/04/24
- 64/150: gnu: python-pyls-black: Remove obsolete argument., guix-commits, 2022/04/24
- 85/150: gnu: python-libxml2: Fix build., guix-commits, 2022/04/24
- 83/150: gnu: python-gssapi: Disable tests.,
guix-commits <=
- 76/150: gnu: python-pytest-catchlog: Disable tests., guix-commits, 2022/04/24
- 68/150: gnu: python-backcall: Add missing build inputs., guix-commits, 2022/04/24
- 70/150: gnu: python-pep8: Disable tests., guix-commits, 2022/04/24
- 90/150: gnu: tuir: Disable failing tests., guix-commits, 2022/04/24
- 96/150: gnu: python-webob: Disable tests., guix-commits, 2022/04/24
- 95/150: gnu: python-docker-pycreds: Disable tests., guix-commits, 2022/04/24
- 117/150: gnu: python-gphoto2: Disable tests., guix-commits, 2022/04/24
- 119/150: gnu: python-pytest-doctestplus: Add missing build input., guix-commits, 2022/04/24
- 126/150: gnu: python-backpack: Disable tests., guix-commits, 2022/04/24
- 133/150: gnu: python-cssselect2: Add missing build inputs., guix-commits, 2022/04/24