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

commit 242d5ae1c5368e3c72819cd9c8b502633549366c
Author: Nicolas Graves <[email protected]>
AuthorDate: Mon Mar 16 14:05:28 2026 +0100

    gnu: python-venusian: Drop phase 'fix-pytest-config.
    
    * gnu/packages/python-web.scm (python-venusian)[arguments]
    <#:phases>: Drop phase 'fix-pytest-config.
    
    Change-Id: I6f4b2ff1d387e302d0041da334e82c9d3f0ff717
    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 59027c6b2a..74c588c951 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -10431,14 +10431,6 @@ language-neutral coding interface compatible with all 
major web browsers.")))
        (sha256
         (base32 "0h8cdwx5x6i1ydc9s0hxwvy73l6iwlqijn2l77mq74k6anrv6ksk"))))
     (build-system pyproject-build-system)
-    (arguments
-     (list
-      #:phases
-      #~(modify-phases %standard-phases
-          (add-after 'unpack 'fix-pytest-config
-            (lambda _
-              (substitute* "setup.cfg"
-                (("--cov --cov-report=term-missing ") "")))))))
     (native-inputs
      (list python-pytest
            python-setuptools))

Reply via email to