guix-commits
[Top][All Lists]
Advanced

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

47/103: gnu: python-pytest-benchmark: Disable tests.


From: guix-commits
Subject: 47/103: gnu: python-pytest-benchmark: Disable tests.
Date: Wed, 5 Jan 2022 09:44:34 -0500 (EST)

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

commit 358cf2cf83c6f325acfab7a466c04761aca03361
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 71facba9a1..507f4a5b1d 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -1007,6 +1007,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]