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

commit 51746b2a894174a3ec3165b69ece080a9c493be8
Author: Nicolas Graves <[email protected]>
AuthorDate: Mon Mar 16 14:01:36 2026 +0100

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

diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index b5a793a61d..278fc99946 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -3885,10 +3885,6 @@ library.")
      (list
       #:phases
       #~(modify-phases %standard-phases
-          (add-after 'unpack 'remove-coverage
-            (lambda _
-              (substitute* "pytest.ini"
-                (("--cov.*") ""))))
           ;; The seaborn styles have different names.
           (add-after 'unpack 'fix-seaborn
             (lambda _

Reply via email to