1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-06-27 11:44:07 +02:00

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 <sharlatanus@gmail.com>
This commit is contained in:
Nicolas Graves
2026-03-16 14:00:41 +01:00
committed by Sharlatan Hellseher
parent b865247545
commit 3dec13b1e6
+1 -7
View File
@@ -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