lbraun pushed a commit to branch wip-python-pep517
in repository guix.
commit 1a7fa5359b587c52f664971e88a7f99d1c7044c4
Author: Lars-Dominik Braun <[email protected]>
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