From fc11b4cee1218c956370703e645be3909fa6275c Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Mon, 16 Mar 2026 13:53:46 +0100 Subject: [PATCH] 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 --- 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 860515b865..ec0aca9a68 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