guix-commits
[Top][All Lists]
Advanced

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

50/150: gnu: python-pytest-benchmark: Disable tests.


From: guix-commits
Subject: 50/150: gnu: python-pytest-benchmark: Disable tests.
Date: Sun, 24 Apr 2022 05:12:21 -0400 (EDT)

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

commit 1a7fa5359b587c52f664971e88a7f99d1c7044c4
Author: Lars-Dominik Braun <lars@6xq.net>
AuthorDate: Wed Dec 29 19:21:00 2021 +0100

    gnu: python-pytest-benchmark: Disable tests.
    
    * gnu/packages/python-check.scm (python-pytest-benchmark)[arguments]:
    Disable tests.
---
 gnu/packages/python-check.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index 54a3dfcac3..1698f50125 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -1185,6 +1185,8 @@ for the @code{pytest} framework.")
         (base32
          "0a4mpb4j73dsyk47hd1prrjpfk4r458s102cn80rf253jg818hxd"))))
     (build-system python-build-system)
+    (arguments
+     `(#:tests? #f)) ; TODO: Fail due to missing deps and pathlib errors.
     (propagated-inputs
      (list python-py-cpuinfo))
     (native-inputs



reply via email to

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