guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 31a905518a32de7866c4fdcc71031011f80ea77f
Author: Nicolas Graves <[email protected]>
AuthorDate: Mon Mar 16 14:00:24 2026 +0100
gnu: python-modin: Drop phase 'fix-pytest-config.
* gnu/packages/python-science.scm (python-modin)[arguments]<#:phases>:
Drop phase 'fix-pytest-config.
Change-Id: Ib7464a83095dc0d9b1bad04cfe40ae4132a08a41
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
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 8a88f186ed..fb182e95d7 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -1693,10 +1693,6 @@ spheres, cubes, etc.")
"modin/tests/numpy")
#:phases
#~(modify-phases %standard-phases
- (add-after 'unpack 'fix-pytest-config
- (lambda _
- (substitute* "setup.cfg"
- ((" --cov-.*--cov-report=") ""))))
(replace 'check
(lambda* (#:key tests? test-flags #:allow-other-keys)
(when tests?