From 0a5849cb479dc99d67546dd3db1d3763921ce6b5 Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Wed, 11 Feb 2026 01:41:55 +0100 Subject: [PATCH] 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 --- 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 0e0953b4bb..1ce0829a75 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"))))))