guix-commits
[Top][All Lists]
Advanced

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

18/21: gnu: python-cons: Disable tests.


From: guix-commits
Subject: 18/21: gnu: python-cons: Disable tests.
Date: Sun, 9 Jan 2022 08:42:04 -0500 (EST)

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

commit 5799ac215d60f7e21d770eba40ac7e31339c181d
Author: Lars-Dominik Braun <lars@6xq.net>
AuthorDate: Sun Jan 9 11:40:49 2022 +0100

    gnu: python-cons: Disable tests.
    
    * gnu/packages/python-xyz.scm (python-cons)[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 5b7cdafa86..cd8bb8cf71 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -26958,6 +26958,7 @@ symbolic expressions in pure Python using the technique 
of logical unification."
         (base32
          "0w9giq196wps7mbm47c4shdzs5yvwvqajqzkim2p92i51sm5qgvm"))))
     (build-system python-build-system)
+    (arguments `(#:tests? #f)) ; No tests.
     (native-inputs
      (list python-pytest-6 python-toml))
     (propagated-inputs



reply via email to

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