guix-commits
[Top][All Lists]
Advanced

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

87/103: gnu: python-flufl-testing: Disable tests.


From: guix-commits
Subject: 87/103: gnu: python-flufl-testing: Disable tests.
Date: Wed, 5 Jan 2022 09:44:41 -0500 (EST)

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

commit f1aa9516d67037491fc116cc749de1580bf53fab
Author: Lars-Dominik Braun <lars@6xq.net>
AuthorDate: Fri Dec 31 15:35:45 2021 +0100

    gnu: python-flufl-testing: Disable tests.
    
    * gnu/packages/python-xyz.scm (python-flufl-testing)[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 fc4947fa5d..1a65eeec04 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -25535,6 +25535,7 @@ and have a maximum lifetime built-in.")
          (base32
           "1nkm95mhcfhl4x5jgs6y97ikszaxsfh07nyawsih6cxxm6l62641"))))
     (build-system python-build-system)
+    (arguments `(#:tests? #f)) ; Has no tests.
     (native-inputs
      (list python-nose2))
     (home-page "https://gitlab.com/warsaw/flufl.testing";)



reply via email to

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