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

commit 5e32fd307d7705fd62b44a7d329ce97b9d038944
Author: Nicolas Graves <[email protected]>
AuthorDate: Mon Mar 16 14:11:19 2026 +0100

    gnu: python-rich-click: Drop phase 'fix-pytest-config.
    
    * gnu/packages/python-xyz.scm (python-rich-click)[arguments]
    <#:phases>: Drop phase 'fix-pytest-config.
    
    Change-Id: I9c675aa0f90a45f336dc24e59cd631060e798d96
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/python-xyz.scm | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index bd22f3a229..c00c7af5b9 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -20768,14 +20768,6 @@ syntax highlighting, markdown and more to the 
terminal.")
         (sha256
          (base32 "1bw3lsj49dln8q7407gv85y8lzdn9a3jcjl9acax6q6x9l73cgqx"))))
     (build-system pyproject-build-system)
-    (arguments
-     (list
-      #:phases
-      #~(modify-phases %standard-phases
-          (add-after 'unpack 'fix-pytest-config
-            (lambda _
-              (substitute* "pyproject.toml"
-                ((" --cov --cov-report term") "")))))))
     (native-inputs
      (list python-inline-snapshot
            python-pytest

Reply via email to