diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2026-03-16 14:01:09 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-05-18 14:36:19 +0100 |
| commit | f9061135a21d9f6100fd61e50a01acd6979e30aa (patch) | |
| tree | 900419cd5cbe32f57d4acc00095e82c2e139fbff /gnu/packages/python-science.scm | |
| parent | 794019556afb9d8881e098062001a7f579b1e79c (diff) | |
gnu: python-scikit-misc: Drop phase 'fix-pytest-config.
* gnu/packages/python-science.scm (python-scikit-misc)[arguments]
<#:phases>: Drop phase 'fix-pytest-config.
Change-Id: Ic828d3d3d645b8e87c6ad50ed08008a9a6987372
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/python-science.scm')
| -rw-r--r-- | gnu/packages/python-science.scm | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index 5a8f97d71d..a74573f4d7 100644 --- a/gnu/packages/python-science.scm +++ b/gnu/packages/python-science.scm @@ -3212,11 +3212,6 @@ logic, also known as grey logic.") '(list "--pyargs" "skmisc") #:phases #~(modify-phases %standard-phases - (add-after 'unpack 'fix-pytest-config - (lambda _ - ;; Drop test coverage requirements. - (substitute* "pyproject.toml" - (("--cov(-[^ ]*)?=[^ ]*") "")))) (add-after 'unpack 'fix-version (lambda _ (call-with-output-file "skmisc/_version.py" |
