guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit e8c7167aa8cf767288649398267edf5f9d954e33
Author: Nicolas Graves <[email protected]>
AuthorDate: Mon Mar 16 14:00:41 2026 +0100
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 <[email protected]>
---
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 c143d5117b..bf0e17fe7a 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -2128,13 +2128,7 @@ The supported distributions are:
(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