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

commit ab352827035b7cb5e8de3d4ba6b866dedc2d19d1
Author: Nicolas Graves <[email protected]>
AuthorDate: Mon Mar 16 14:04:15 2026 +0100

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

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 36c6d01d4a..610f9eba19 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -8355,14 +8355,7 @@ jspacker or CSS tidy.  It also supports URL rewriting in 
CSS files.")
       #~(list "-k"
               (string-append
                "not .badssl.com"
-               " and not test_assert_fingerprint_in_cert_chain_failure"))
-      #:phases
-      #~(modify-phases %standard-phases
-          (add-after 'unpack 'fix-pytest-config
-            (lambda _
-              ;; Drop test coverage requirements.
-              (substitute* "setup.cfg"
-                (("--cov(-[^ ]*)?=[^ ]*") "\n")))))))
+               " and not test_assert_fingerprint_in_cert_chain_failure"))))
     (propagated-inputs (list python-certifi python-urllib3))
     (native-inputs (list nss-certs-for-test
                          python-aiohttp

Reply via email to