From 308491b20a8b789f9dd9e51d68113b444bcbb5c6 Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Sun, 8 Feb 2026 12:51:52 +0100 Subject: [PATCH] gnu: python-cftime: Cleanup python-pytest-cov removal. * gnu/packages/python-xyz.scm (python-cftime): [arguments]<#:phases>: Drop them. Change-Id: I25c102e09412686ff26ffeae18128b5cce4cc251 Signed-off-by: Sharlatan Hellseher --- gnu/packages/python-xyz.scm | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 897ceae8b9..96e5e3522b 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -5906,16 +5906,6 @@ Unicode-to-LaTeX conversion.") (sha256 (base32 "07p8s5a0xacn404x6l0i04q1gz2h0h9m5azbhdvbhgxlp7bgw9c2")))) (build-system pyproject-build-system) - (arguments - (list #:phases - #~(modify-phases %standard-phases - (add-after 'unpack 'remove-unwanted-pytest-options - (lambda _ - (substitute* "setup.cfg" - (("doctest_optionflags.*") - "") - (("--cov.*") - ""))))))) (propagated-inputs (list python-numpy)) (native-inputs