lbraun pushed a commit to branch wip-python-pep517
in repository guix.
commit 4457635a3c1c611f10266300a444e9188af89009
Author: Lars-Dominik Braun <[email protected]>
AuthorDate: Sun Apr 10 09:40:26 2022 +0200
gnu: python-pytest-aiohttp: Disable tests.
* gnu/packages/python-check.scm (python-pytest-aiohttp)[arguments]:
Disable tests.
---
gnu/packages/python-check.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index 2cd2da2d4f..ff200477b7 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -1285,6 +1285,7 @@ new fixtures, new methods and new comparison objects.")
(base32
"0kx4mbs9bflycd8x9af0idcjhdgnzri3nw1qb0vpfyb3751qaaf9"))))
(build-system python-build-system)
+ (arguments `(#:tests? #f)) ; No tests in PyPi tarball.
(native-inputs
(list python-pytest))
(propagated-inputs