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

commit 7eda7ee5eabef1980160bd3e7777b89de58dd19b
Author: Nicolas Graves <[email protected]>
AuthorDate: Mon Mar 16 13:53:46 2026 +0100

    gnu: cpplint: Drop phase 'fix-pytest-config.
    
    * gnu/packages/cpp.scm (cpplint)[arguments]<#:phases>:
    Drop phase 'fix-pytest-config.
    
    Change-Id: I64bb7e3079947fadc76f9965480e4c4098ae9485
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/cpp.scm | 11 +----------
 1 file changed, 1 insertion(+), 10 deletions(-)

diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm
index cba9f2a19b..90e1db5a10 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -1928,16 +1928,7 @@ using the string similarity calculations from 
FuzzyWuzzy.")
         (base32 "0n9v4zayxp2r6lhmsi4xpk5lnjs4x6h6p7isr86xyhm7mjxd7jp1"))
        (file-name (git-file-name name version))))
     (build-system pyproject-build-system)
-    (arguments
-     (list
-      ;; tests: 222 passed
-      #:phases
-      #~(modify-phases %standard-phases
-          (add-after 'unpack 'fix-pytest-config
-            (lambda _
-              (substitute* "pyproject.toml"
-                ((" \"pytest-cov\", ") "")
-                ((" --cov-fail-under=90 --cov=cpplint") "")))))))
+    ;; tests: 222 passed
     (native-inputs
      (list python-pytest
            python-pytest-timeout

Reply via email to