guix-commits
[Top][All Lists]
Advanced

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

67/103: gnu: python-pep8: Disable tests.


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

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

commit 2ec926fdc0b69403cb3cbcb4a52a548b36a7f211
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 e9b54e1d78..439e062266 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -9736,6 +9736,7 @@ addition to a bunch of aliases.")
            "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]