diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-04-06 11:49:01 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-05-24 10:14:51 +0100 |
| commit | 488d63e4df81cf7c9699fa3053c0e851316b33f4 (patch) | |
| tree | 8a1a8e10d1ce9adfd67e4c66f867b636f7fc4706 /gnu/packages/cpp.scm | |
| parent | 1a65ed3df8c54767e20469d510059a1c5204f940 (diff) | |
gnu: cpplint: Fix tests.
* gnu/packages/cpp.scm (cpplint)[phases]{fix-pytest-config}: New phase.
Change-Id: I75ea1c39f57d79d42f376f00da83e0e4867bfd8b
Diffstat (limited to 'gnu/packages/cpp.scm')
| -rw-r--r-- | gnu/packages/cpp.scm | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm index 1f468fdfaeb..5226c09ba38 100644 --- a/gnu/packages/cpp.scm +++ b/gnu/packages/cpp.scm | |||
| @@ -2008,7 +2008,15 @@ using the string similarity calculations from FuzzyWuzzy.") | |||
| 2008 | (base32 "0n9v4zayxp2r6lhmsi4xpk5lnjs4x6h6p7isr86xyhm7mjxd7jp1")) | 2008 | (base32 "0n9v4zayxp2r6lhmsi4xpk5lnjs4x6h6p7isr86xyhm7mjxd7jp1")) |
| 2009 | (file-name (git-file-name name version)))) | 2009 | (file-name (git-file-name name version)))) |
| 2010 | (build-system pyproject-build-system) | 2010 | (build-system pyproject-build-system) |
| 2011 | ;; tests: 222 passed | 2011 | (arguments |
| 2012 | (list | ||
| 2013 | ;; tests: 222 passed | ||
| 2014 | #:phases | ||
| 2015 | #~(modify-phases %standard-phases | ||
| 2016 | (add-after 'unpack 'fix-pytest-config | ||
| 2017 | (lambda _ | ||
| 2018 | (substitute* "pyproject.toml" | ||
| 2019 | (("\"pytest-cov\", ") ""))))))) | ||
| 2012 | (native-inputs | 2020 | (native-inputs |
| 2013 | (list python-pytest | 2021 | (list python-pytest |
| 2014 | python-pytest-timeout | 2022 | python-pytest-timeout |
