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:
committed by
Sharlatan Hellseher
parent
7316f1b13a
commit
0a5849cb47
@@ -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"))))))
|
||||
|
||||
Reference in New Issue
Block a user