[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
41/150: gnu: python-pytest-cache: Disable tests.
From: |
guix-commits |
Subject: |
41/150: gnu: python-pytest-cache: Disable tests. |
Date: |
Sun, 24 Apr 2022 05:12:20 -0400 (EDT) |
lbraun pushed a commit to branch wip-python-pep517
in repository guix.
commit 63ec2ffbafee578d506ae821433fe047d603aa28
Author: Lars-Dominik Braun <lars@6xq.net>
AuthorDate: Wed Dec 29 18:54:09 2021 +0100
gnu: python-pytest-cache: Disable tests.
They fail.
* gnu/packages/check.scm (python-pytest-cache)[arguments]: Disable tests.
---
gnu/packages/check.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index a74672b269..be91c3de6b 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -1981,6 +1981,7 @@ tools for mocking system commands and recording calls to
those.")
(base32
"1a873fihw4rhshc722j4h6j7g3nj7xpgsna9hhg3zn6ksknnhx5y"))))
(build-system python-build-system)
+ (arguments `(#:tests? #f))
(propagated-inputs
(list python-apipkg python-execnet python-py python-pytest))
(synopsis "Py.test plugin with mechanisms for caching across test runs")
- 119/150: gnu: python-pytest-doctestplus: Add missing build input., (continued)
- 119/150: gnu: python-pytest-doctestplus: Add missing build input., guix-commits, 2022/04/24
- 126/150: gnu: python-backpack: Disable tests., guix-commits, 2022/04/24
- 133/150: gnu: python-cssselect2: Add missing build inputs., guix-commits, 2022/04/24
- 138/150: gnu: python-igraph: Fix #:configure-flags., guix-commits, 2022/04/24
- 141/150: gnu: python-pypa-build: Move inputs to propagated inputs., guix-commits, 2022/04/24
- 149/150: gnu: python-pytest-aiohttp: Disable tests., guix-commits, 2022/04/24
- 131/150: gnu: python-cloudpickle-testpkg: Disable tests., guix-commits, 2022/04/24
- 38/150: gnu: pybind11: Add python-setuptools., guix-commits, 2022/04/24
- 118/150: gnu: python-asyncmy: Add missing build input., guix-commits, 2022/04/24
- 144/150: gnu: python-lsp-jsonrpc: Add missing test input., guix-commits, 2022/04/24
- 41/150: gnu: python-pytest-cache: Disable tests.,
guix-commits <=
- 128/150: gnu: python-bitarray: Disable tests., guix-commits, 2022/04/24
- 130/150: gnu: python-bx-python: Disable tests., guix-commits, 2022/04/24
- 129/150: gnu: python-blessed: Remove tox.ini., guix-commits, 2022/04/24
- 19/150: gnu: python-ppmd-cffi: Remove unused inputs., guix-commits, 2022/04/24
- 42/150: gnu: python-pytest-xprocess: Disable tests., guix-commits, 2022/04/24
- 113/150: gnu: python-typer: Add missing build input., guix-commits, 2022/04/24
- 121/150: gnu: python-pymol: Convert #:configure-flags and disable tests., guix-commits, 2022/04/24
- 125/150: gnu: python-asyncpg: Disable tests., guix-commits, 2022/04/24