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

commit b5f95b03fb9dc84aff122f114e66f6bbefee0469
Author: Nicolas Graves <[email protected]>
AuthorDate: Mon Mar 16 14:08:25 2026 +0100

    gnu: python-conda-content-trust: Drop phase 'fix-pytest-config.
    
    * gnu/packages/python-web.scm (python-conda-content-trust)[arguments]
    <#:phases>: Drop phase 'fix-pytest-config.
    
    Change-Id: I1e613f9f52c2c004b7b64115d1288a75c051c03c
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/python-xyz.scm | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 027a1f7d48..f660a588fd 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -683,13 +683,7 @@ templates language.")
                                                     test))
                       (list "test_sign_root_metadata_dict_via_gpg"
                             "test_sign_root_metadata_via_gpg"
-                            "test_gpg_pubkey_in_ssl_format")))
-      #:phases
-      #~(modify-phases %standard-phases
-          (add-after 'unpack 'fix-pytest-config
-            (lambda _
-              (substitute* "setup.cfg"
-                (("--cov.*") "")))))))
+                            "test_gpg_pubkey_in_ssl_format")))))
     (native-inputs
      (list python-hatch-vcs
            python-hatchling

Reply via email to