guix-commits
[Top][All Lists]
Advanced

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

29/103: gnu: python-eradicate: Disable missing tests.


From: guix-commits
Subject: 29/103: gnu: python-eradicate: Disable missing tests.
Date: Wed, 5 Jan 2022 09:44:31 -0500 (EST)

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

commit 5b07b07884d734778b1922081071f492a7921925
Author: Lars-Dominik Braun <lars@6xq.net>
AuthorDate: Wed Dec 8 14:19:55 2021 +0100

    gnu: python-eradicate: Disable missing tests.
    
    * gnu/packages/python-check.scm (python-eradicate)[arguments]: Disable 
tests.
---
 gnu/packages/python-check.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index 6bd86d451f..dd246c52ea 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -1612,6 +1612,7 @@ annotations.")
         (base32
          "1j30g9jfmbfki383qxwrfds8b23yiwywj40lng4lqcf5yab4ahr7"))))
     (build-system python-build-system)
+    (arguments `(#:tests? #f)) ; No tests available on PyPi.
     (home-page "https://github.com/myint/eradicate";)
     (synopsis "Remove commented-out code from Python sources")
     (description "The @command{eradicate} command removes commented-out code



reply via email to

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