[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
86/150: gnu: python-devtools: Disable tests.
From: |
guix-commits |
Subject: |
86/150: gnu: python-devtools: 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 d0c6a2de8a08ef11ba7de9cdf458f433ea1893bd
Author: Lars-Dominik Braun <lars@6xq.net>
AuthorDate: Fri Dec 31 20:58:14 2021 +0100
gnu: python-devtools: Disable tests.
* gnu/packages/python-xyz.scm (python-devtools)[arguments]: Remove
obsolete custom #:phases and disable tests.
---
gnu/packages/python-xyz.scm | 8 ++------
1 file changed, 2 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index fe5c36aa30..0dbaaf2bc1 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -26673,16 +26673,12 @@ and have a maximum lifetime built-in.")
(sha256
(base32 "15zczdcm90wl54c68f1qjb05nkd5bjsc9xjl3lk4frs7k7wkmrvp"))))
(build-system python-build-system)
+ ;; Disable tests, because the package is buggy with newer Python versions.
+ (arguments `(#:tests? #f))
(native-inputs
(list python-pytest python-pytest-mock))
(propagated-inputs
(list python-pygments))
- (arguments
- `(#:phases (modify-phases %standard-phases
- (replace 'check
- (lambda _
- (invoke "pytest")
- #t)))))
(home-page "https://github.com/samuelcolvin/python-devtools")
(synopsis "Debug command and development tools")
(description
- 111/150: gnu: python-unpaddedbase64: Build using poetry., (continued)
- 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, 2022/04/24
- 75/150: gnu: python-bleach: Selectively disable tests., guix-commits, 2022/04/24
- 86/150: gnu: python-devtools: Disable tests.,
guix-commits <=
- 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
- 143/150: gnu: python-libsass: Fix 'sanity-check phase., guix-commits, 2022/04/24
- 137/150: gnu: python-importmagic: Add missing test input., guix-commits, 2022/04/24