guix-commits
[Top][All Lists]
Advanced

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

32/150: gnu: python-eradicate: Disable missing tests.


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

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

commit 887958c0001eae48be2ec869e0d99b2781bdc227
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 2d35eb720e..811f33816e 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -1808,6 +1808,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]