From bc5adef6b0f09eebd025ca6a0c43dc082c0d3bb9 Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Mon, 16 Mar 2026 14:11:01 +0100 Subject: [PATCH] gnu: python-codespell: Drop phase 'fix-pytest-config. * gnu/packages/python-xyz.scm (python-codespell)[arguments] <#:phases>: Drop phase 'fix-pytest-config. Change-Id: Ic2287d6aa5e1dab0da960e0912ef363a33f9c088 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 5591e5436a..2b0efb5b2f 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -20793,16 +20793,6 @@ for solving the Assignment Problem.") (sha256 (base32 "07s72zfxkznigqdc23k7jp9saq0hgq0gf2kjmmxzcrayyw87s31n")))) (build-system pyproject-build-system) - (arguments - (list - #:phases - #~(modify-phases %standard-phases - (add-after 'unpack 'fix-pytest-config - (lambda _ - ;; Drop test coverage requirements. - (substitute* "pyproject.toml" - (("\"--cov=codespell_lib\",") "") - (("\"--cov-report=\",") ""))))))) (native-inputs (list python-pygments python-pytest