guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 7193aabb73afc2f7c81932fe567a970ff32d2e0b
Author: Nicolas Graves <[email protected]>
AuthorDate: Tue Oct 28 19:15:24 2025 +0100
gnu: meson-python: Remove python-pytest-cov native-input.
* gnu/packages/build-tools.scm (meson-python)[native-inputs]: Remove
python-pytest-cov.
Change-Id: I69b6de674951166682195262ed861e5bd971652a
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
gnu/packages/build-tools.scm | 1 -
1 file changed, 1 deletion(-)
diff --git a/gnu/packages/build-tools.scm b/gnu/packages/build-tools.scm
index 957cd5dc56..b4c751b859 100644
--- a/gnu/packages/build-tools.scm
+++ b/gnu/packages/build-tools.scm
@@ -384,7 +384,6 @@ resembles Python.")
python-cython
python-gitpython
python-pytest
- python-pytest-cov
python-pytest-mock))
(home-page "https://github.com/mesonbuild/meson-python")
(synopsis "Meson-based build backend for Python")