diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2026-03-16 13:53:46 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-05-24 10:14:36 +0100 |
| commit | 25fa45e09698505dffe1d03ee4f3487ca1124aca (patch) | |
| tree | 1da0494c0d4f86bd35672b091ecd6f274dd9271f /gnu/packages/cpp.scm | |
| parent | 89e5fd5efe33bc2247f36e73ed0918706a774f50 (diff) | |
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 <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/cpp.scm')
| -rw-r--r-- | gnu/packages/cpp.scm | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm index b260902c8d5..c55f8e8c9a4 100644 --- a/gnu/packages/cpp.scm +++ b/gnu/packages/cpp.scm | |||
| @@ -2009,16 +2009,7 @@ using the string similarity calculations from FuzzyWuzzy.") | |||
| 2009 | (base32 "0n9v4zayxp2r6lhmsi4xpk5lnjs4x6h6p7isr86xyhm7mjxd7jp1")) | 2009 | (base32 "0n9v4zayxp2r6lhmsi4xpk5lnjs4x6h6p7isr86xyhm7mjxd7jp1")) |
| 2010 | (file-name (git-file-name name version)))) | 2010 | (file-name (git-file-name name version)))) |
| 2011 | (build-system pyproject-build-system) | 2011 | (build-system pyproject-build-system) |
| 2012 | (arguments | 2012 | ;; tests: 222 passed |
| 2013 | (list | ||
| 2014 | ;; tests: 222 passed | ||
| 2015 | #:phases | ||
| 2016 | #~(modify-phases %standard-phases | ||
| 2017 | (add-after 'unpack 'fix-pytest-config | ||
| 2018 | (lambda _ | ||
| 2019 | (substitute* "pyproject.toml" | ||
| 2020 | ((" \"pytest-cov\", ") "") | ||
| 2021 | ((" --cov-fail-under=90 --cov=cpplint") ""))))))) | ||
| 2022 | (native-inputs | 2013 | (native-inputs |
| 2023 | (list python-pytest | 2014 | (list python-pytest |
| 2024 | python-pytest-timeout | 2015 | python-pytest-timeout |
