guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit 9200231e15a6229038bbb141e2a485154efe62b1
Author: Nicolas Graves <[email protected]>
AuthorDate: Mon Mar 16 14:11:01 2026 +0100

    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 <[email protected]>
---
 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 42ef0f9ec3..bd22f3a229 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -20552,16 +20552,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

Reply via email to