guix-commits
[Top][All Lists]
Advanced

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

78/150: gnu: python-apipkg: Disable tests.


From: guix-commits
Subject: 78/150: gnu: python-apipkg: Disable tests.
Date: Sun, 24 Apr 2022 05:12:25 -0400 (EDT)

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

commit d27852c4ecf7d489ff0bd894a1c74116a1a1e453
Author: Lars-Dominik Braun <lars@6xq.net>
AuthorDate: Fri Dec 31 15:06:28 2021 +0100

    gnu: python-apipkg: Disable tests.
    
    * gnu/packages/python-xyz.scm (python-apipkg)[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 1f55138d46..aae774fc42 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -13785,6 +13785,7 @@ to your log entries.")
               (base32
                "1xhak74yj3lqflvpijg15rnkklrigvsp5q7s4as4h6a157d8q8ip"))))
     (build-system python-build-system)
+    (arguments `(#:tests? #f)) ; TODO: Some tests fail.
     (native-inputs
      (list python-pytest python-setuptools-scm))
     (synopsis "Namespace control and lazy-import mechanism")



reply via email to

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