[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
61/150: gnu: python-httptools: Disable tests.
From: |
guix-commits |
Subject: |
61/150: gnu: python-httptools: Disable tests. |
Date: |
Sun, 24 Apr 2022 05:12:23 -0400 (EDT) |
lbraun pushed a commit to branch wip-python-pep517
in repository guix.
commit c4d1015e4be3297ce88dd78fcfb070bc6510e75e
Author: Lars-Dominik Braun <lars@6xq.net>
AuthorDate: Thu Dec 30 10:17:17 2021 +0100
gnu: python-httptools: Disable tests.
* gnu/packages/python-web.scm (python-httptools)[arguments]: Disable tests.
---
gnu/packages/python-web.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index b1dc4a91ab..3dbec0e76b 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -4833,7 +4833,8 @@ and fairly speedy.")
(base32 "0g08128x2ixsiwrzskxc6c8ymgzs39wbzr5mhy0mjk30q9pqqv77"))))
(build-system python-build-system)
(arguments
- '(#:phases
+ '(#:tests? #f ; TODO: Fail with ImportError.
+ #:phases
(modify-phases %standard-phases
(add-after 'unpack 'preparations
(lambda _
- 110/150: gnu: python-flake8-print: Add missing build input., (continued)
- 110/150: gnu: python-flake8-print: Add missing build input., guix-commits, 2022/04/24
- 102/150: gnu: python-tinycss2: Remove custom build process., guix-commits, 2022/04/24
- 111/150: gnu: python-unpaddedbase64: Build using poetry., guix-commits, 2022/04/24
- 120/150: gnu: python-pypandoc: Add missing build input., guix-commits, 2022/04/24
- 124/150: gnu: python-annoy: Disable tests., guix-commits, 2022/04/24
- 127/150: gnu: python-bigfloat: Update to 0.4.0., guix-commits, 2022/04/24
- 132/150: gnu: python-cons: Disable tests., guix-commits, 2022/04/24
- 142/150: gnu: python-lcov-cobertura: Disable tests., guix-commits, 2022/04/24
- 147/150: gnu: python-typing-extensions: Remove custom 'build and 'install., guix-commits, 2022/04/24
- 150/150: gnu: python-markdown: Switch testing to unittest., guix-commits, 2022/04/24
- 61/150: gnu: python-httptools: Disable tests.,
guix-commits <=
- 75/150: gnu: python-bleach: Selectively disable tests., guix-commits, 2022/04/24
- 86/150: gnu: python-devtools: Disable tests., guix-commits, 2022/04/24
- 92/150: gnu: python-click-5: Disable failing test., guix-commits, 2022/04/24
- 67/150: gnu: python-pikepdf: Remove unused input., guix-commits, 2022/04/24
- 101/150: gnu: python-reportlab: Convert #:configure-flags to alist., guix-commits, 2022/04/24
- 97/150: gnu: Add missing module import., guix-commits, 2022/04/24
- 116/150: gnu: python-threadpoolctl: Add missing build dependency., guix-commits, 2022/04/24
- 122/150: gnu: python-aiosqlite: Add missing build input., guix-commits, 2022/04/24
- 134/150: gnu: python-cwcwidth: Disable tests., guix-commits, 2022/04/24
- 136/150: gnu: python-ilinkedlist: Disable tests., guix-commits, 2022/04/24