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

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

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

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index b989047956..d33b5af7d6 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -33843,14 +33843,7 @@ these linters: @code{pycodestlye}, @code{pyflakes}")
                           ;; 12:34:56\u202fPM -0500' == 'January 10, 2006,
                           ;; 12:34:56\u202fPM EST'
                           "test_format_date_timezone")
-                    " and not "))
-      #:phases
-      #~(modify-phases %standard-phases
-          (add-after 'unpack 'fix-pytest-config
-            (lambda _
-              ;; Drop test coverage requirements.
-              (substitute* "pyproject.toml"
-                (("addopts.*") "")))))))
+                    " and not "))))
     (native-inputs
       (list nss-certs-for-test
             python-feedparser

Reply via email to