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

commit 92107a3cb01cc17e0a5c3a4d75a989651bb66452
Author: Nicolas Graves <[email protected]>
AuthorDate: Mon Mar 16 13:52:15 2026 +0100

    gnu: gdc-client: Drop phase 'fix-pytest-config.
    
    * gnu/packages/bioinformatics.scm (gdc-client)[arguments]<#:phases>:
    Drop phase 'fix-pytest-config.
    
    Change-Id: I12f5dd5306a4c6d562d03b48837bf4bc1ae8ddda
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/bioinformatics.scm | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 8bdc5a0b03..902f838be0 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -14395,11 +14395,7 @@ quality control are provided.")
             (lambda _
               (substitute* "setup.cfg"
                 (("intervaltree~=3.0.2") "intervaltree")
-                (("termcolor~=1.1.0") "termcolor"))))
-          (add-after 'unpack 'fix-pytest-config
-            (lambda _
-              (substitute* "pyproject.toml"
-                ((" --cov=gdc_client --cov-report term") "")))))))
+                (("termcolor~=1.1.0") "termcolor")))))))
     (native-inputs
      (list python-flask
            python-httmock

Reply via email to