guix-commits
[Top][All Lists]
Advanced

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

70/150: gnu: python-pep8: Disable tests.


From: guix-commits
Subject: 70/150: gnu: python-pep8: Disable tests.
Date: Sun, 24 Apr 2022 05:12:24 -0400 (EDT)

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

commit 957e76011528035d2dd093e7da591f36265d2b61
Author: Lars-Dominik Braun <lars@6xq.net>
AuthorDate: Thu Dec 30 12:30:15 2021 +0100

    gnu: python-pep8: Disable tests.
    
    * gnu/packages/python-xyz.scm (python-pep8)[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 791ad8bfcd..1c172e9214 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -10368,6 +10368,7 @@ application monitoring and error tracking software.")
            "002rkl4lsn6x2mxmf8ar00l0m8i3mzrc6pnzz77blyksmpsxa4x1"))
         (patches (search-patches "python-pep8-stdlib-tokenize-compat.patch"))))
     (build-system python-build-system)
+    (arguments `(#:tests? #f)) ; TODO: Tests fail.
     (home-page "https://pep8.readthedocs.org/";)
     (synopsis "Python style guide checker")
     (description



reply via email to

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