From 3dec13b1e6a5def30d0e4da032e267d2d81dfdea Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Mon, 16 Mar 2026 14:00:41 +0100 Subject: [PATCH] gnu: python-numdifftools: Drop phase 'fix-pytest-config. * gnu/packages/python-science.scm (python-numdifftools)[arguments] <#:phases>: Drop phase 'fix-pytest-config. Change-Id: Ib0cd60fd668cccab7cbb16d5e4b1bdb9fd7f96aa Signed-off-by: Sharlatan Hellseher --- gnu/packages/python-science.scm | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index b2d254bd8fe..84bfc5f2569 100644 --- a/gnu/packages/python-science.scm +++ b/gnu/packages/python-science.scm @@ -2218,13 +2218,7 @@ compilation and is especially performant on multi-core parallelism.") (list ;; tests: 177 passed, 3 skipped, 2 deselected, 971 warnings #:test-flags - #~(list "-m" "not benchmark and not slow") - #:phases - #~(modify-phases %standard-phases - (add-after 'unpack 'fix-pytest-config - (lambda _ - (substitute* "pyproject.toml" - ((" --cov=numdifftools --cov-report=xml") ""))))))) + #~(list "-m" "not benchmark and not slow"))) (native-inputs (list python-algopy python-line-profiler