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

commit 4c4b6d286b6808775781ef08a777a3e677e130a8
Author: Nicolas Graves <[email protected]>
AuthorDate: Mon Mar 16 14:06:17 2026 +0100

    gnu: python-pyramid-mako: Drop phase 'fix-pytest-config.
    
    * gnu/packages/python-web.scm (python-pyramid-mako)[arguments]
    <#:phases>: Drop phase 'fix-pytest-config.
    
    Change-Id: I341da9eecf6078a6aa175f3884b0d15fbfec7c96
    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 e72656d9ce..d62b5cd5fa 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -10706,14 +10706,6 @@ Pyramid web framework.")
          (sha256
           (base32 "0v0571z2gby4apsalkdk83gs0d5mw79d56518h3bwwxzbq32kkns"))))
       (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-missing") "")))))))
       (native-inputs
        (list python-pytest
              python-setuptools))

Reply via email to