guix-commits
[Top][All Lists]
Advanced

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

03/09: gnu: python-flufl-testing: Explicitly disable tests.


From: guix-commits
Subject: 03/09: gnu: python-flufl-testing: Explicitly disable tests.
Date: Wed, 19 Jan 2022 04:08:25 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit d98af3f7c18ab6f1931154e4fe5af9fcaa5e4e50
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Wed Jan 19 00:10:32 2022 +0100

    gnu: python-flufl-testing: Explicitly disable tests.
    
    * gnu/packages/python-xyz.scm (python-flufl-testing)[arguments]: Add 
#:tests?.
    [native-inputs]: Remove.
---
 gnu/packages/python-xyz.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 8bbbd950cd..83dd6dafc3 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -26214,8 +26214,7 @@ and have a maximum lifetime built-in.")
          (base32
           "1nkm95mhcfhl4x5jgs6y97ikszaxsfh07nyawsih6cxxm6l62641"))))
     (build-system python-build-system)
-    (native-inputs
-     (list python-nose2))
+    (arguments '(#:tests? #f))          ;no tests
     (home-page "https://gitlab.com/warsaw/flufl.testing";)
     (synopsis "Collection of test tool plugins")
     (description



reply via email to

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