guix-commits
[Top][All Lists]
Advanced

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

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


From: guix-commits
Subject: 78/103: gnu: python-apipkg: Disable tests.
Date: Wed, 5 Jan 2022 09:44:39 -0500 (EST)

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

commit d54d68aef50d7d5b8d832a25b39c05aea75e782f
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 b950f001ae..c952849aa9 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -12812,6 +12812,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]