guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

89/103: gnu: python-devtools: Disable tests.


From: guix-commits
Subject: 89/103: gnu: python-devtools: Disable tests.
Date: Wed, 5 Jan 2022 09:44:41 -0500 (EST)

lbraun pushed a commit to branch wip-python-pep517
in repository guix.

commit ddbfccfb96090c28c2e333c0605555d74cb3c64f
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 1a65eeec04..8a27996501 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -25559,16 +25559,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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]