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

commit e43609f20a1bcd19b6f4b29ad0be3af26a6f2218
Author: Lars-Dominik Braun <[email protected]>
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 8af4fabe35..b9dce4ebe6 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -28118,6 +28118,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