From 5483d44ca53024f3eee04e4ad8ca5200d221f800 Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Tue, 28 Oct 2025 19:15:24 +0100 Subject: [PATCH] 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 --- 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 7b21bb5efce0b57b57063afb12f95e52d83bddae..f2c4c1aaf516291e3444b79c005b881eebd89c15 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")