diff options
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 |
