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

commit 69c7b3d5ac9f98bf1bb42261bcbe1cae9071e860
Author: Nicolas Graves <[email protected]>
AuthorDate: Mon Mar 16 14:16:00 2026 +0100

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

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index ae28cdd989..40c30369ad 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -39458,15 +39458,6 @@ user-space file systems in Python.")
        (sha256
         (base32 "18292j4p1bvlpbrfj2cgkdby6dpgnl5gbjwly0qb4pj1j914nmzb"))))
     (build-system pyproject-build-system)
-    (arguments
-     (list
-      #:phases
-      #~(modify-phases %standard-phases
-          (add-after 'unpack 'fix-pytest-config
-            (lambda _
-              ;; Drop test coverage requirements.
-              (substitute* "pytest.ini"
-                ((".*--cov.*") "")))))))
     (native-inputs
      (list python-pytest
            python-pytest-asyncio

Reply via email to