guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit ca4467c42458a784317dc313cc0ff3d9175497b2
Author: Nicolas Graves <[email protected]>
AuthorDate: Wed Feb 11 01:41:55 2026 +0100
gnu: python-dask: Drop phase 'fix-pytest-config.
* gnu/packages/python-science.scm (python-dask)[arguments]<#:phases>:
Drop phase 'fix-pytest-config.
Change-Id: I6eea2cf2b1685b0fdb61afb6c55cda2605056ff1
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
gnu/packages/python-science.scm | 4 ----
1 file changed, 4 deletions(-)
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index 30bbe49757..9998995a53 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -887,10 +887,6 @@ optimization problems in Python.")
" and not "))
#:phases
#~(modify-phases %standard-phases
- (add-after 'unpack 'fix-pytest-config
- (lambda _
- (substitute* "pyproject.toml"
- ((".*--cov-config=pyproject.toml.*") ""))))
(add-before 'check 'remove-local-source
(lambda _
(delete-file-recursively "dask"))))))