1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

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 <sharlatanus@gmail.com>
This commit is contained in:
Nicolas Graves
2026-02-11 01:41:55 +01:00
committed by Sharlatan Hellseher
parent 7316f1b13a
commit 0a5849cb47

View File

@@ -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"))))))