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

commit 1918501650e7aa51dabe61ab8ae4d477673f3ab5
Author: Nicolas Graves <[email protected]>
AuthorDate: Mon Mar 16 14:06:33 2026 +0100

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

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 5e11d5c8d3..7c89be42e9 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -10794,14 +10794,6 @@ error conditions before indicating a failure to the 
client.")
        (sha256
         (base32 "173hg16hldfh5n3mn482xx64nldk308dzri31jd0qa4528cx4j41"))))
     (build-system pyproject-build-system)
-    (arguments
-     (list
-      #:phases
-      #~(modify-phases %standard-phases
-          (add-after 'unpack 'fix-pytest-config
-            (lambda _
-              (substitute* "setup.cfg"
-                ((" --cov") "")))))))
     (native-inputs
      (list python-pytest
            python-setuptools

Reply via email to